dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
HashMap.length
dstruct
map
HashMap
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
Source
See Implementation
dstruct
map
HashMap
aliases
ThisType
functions
get
opBinaryRight
opEquals
opIndex
opIndexAssign
remove
setDefault
properties
length
The length of the map.