SetImpl.length

struct SetImpl(K, alias less = (a, b) => a < b, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted const
size_t
length
()

Return Value

Type: size_t

Number of elements in the set.

Meta