HashSet.length

struct HashSet(T)
@nogc @safe pure nothrow @property
size_t
length
const
(
)
if (
isAssignmentCopyable!(Unqual!T)
)

Return Value

Type: size_t

The number of elements in this set.

Meta