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