HashMap.length

The length of the map.

struct HashMap(K, V)
@nogc @safe pure nothrow @property const
size_t
length
()

Return Value

Type: size_t

The number of entries in the map, in constant time.

Meta