HashMap.length

Returns the number of currently held elements within the tree.

struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@property @nogc @safe pure nothrow const
size_t
length
()

Meta