HashSet.empty

struct HashSet(T)
@nogc @safe pure nothrow @property const
bool
empty
()

Return Value

Type: bool

True if this set is empty.

Meta