HashSet.empty

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

Return Value

Type: bool

True if this set is empty.

Meta