Map.empty

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

Return Value

Type: bool

ttue is the map has no element.

Meta