MapImpl.empty

struct MapImpl(K, V, alias less = KeyCompareDefault!Key, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted const
bool
empty
()

Return Value

Type: bool

ttue is the map has no element.

Meta