HashMap.empty

struct HashMap(K, V)
@nogc @safe pure nothrow @property const
bool
empty
()
if ()

Return Value

Type: bool

True if this map is empty.

Meta