dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
HashMap.length
dstruct
map
HashMap
The length of the map.
struct
HashMap
(K, V)
@
nogc
@
safe
pure nothrow @
property
size_t
length
const
(
)
if
(
isAssignmentCopyable
!(
Unqual
!
K
) &&
isAssignmentCopyable
!(
Unqual
!
V
)
)
Return Value
Type:
size_t
The number of entries in the map, in constant time.
Meta
Source
See Implementation
dstruct
map
HashMap
constructors
this
functions
dup
get
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
remove
setDefault
properties
empty
length
The length of the map.