Set.empty

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

Return Value

Type: bool

ttue is the set has no element.

Meta