HashSet.empty

struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
const nothrow pure @nogc @safe @property
bool
empty
()

Return Value

Type: bool

true if the set has no items

Meta