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