Set.length

struct Set(K, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc const
size_t
length
()

Return Value

Type: size_t

Number of elements in the set.

Meta