Map.length

struct Map(K, V, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc const
size_t
length
()

Return Value

Type: size_t

Number of elements in the map.

Meta