HashMap.empty

struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const nothrow pure @property @safe @nogc
bool
empty
()

Return Value

Type: bool

true if there are no items in this container.

Meta