ImmutableHashSet.empty

True if the set is empty.

struct ImmutableHashSet(T, alias hashFunction)
bool empty;

Meta