HashSet.length

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

Return Value

Type: size_t

the number of items in the set

Meta