The OpenD Programming Language

ImmutableHashSet.empty

True if the set is empty.

struct ImmutableHashSet(T, alias hashFunction)
immutable
bool empty;

Meta