containers v0.1.0 (2015-08-28T00:03:20Z)
Home
Dub
Repo
HashMap.length
containers
hashmap
HashMap
struct
HashMap
(K, V, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
const nothrow pure @
property
@
safe
@
nogc
size_t
length
(
)
Return Value
Type:
size_t
the number of key/value pairs in this aa
Meta
Source
See Implementation
containers
hashmap
HashMap
constructors
this
destructors
~this
functions
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
postblits
this(this)