collections-d v0.4.2 (2021-05-10T18:17:40Z)
Dub
Repo
HashMap.length
collections
hashmap
HashMap
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
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
Returns the number of currently held elements within the tree.