MapImpl.length

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

Return Value

Type: size_t

Number of elements in the map.

Meta