SetImpl.empty

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

Return Value

Type: bool

ttue is the set has no element.

Meta