dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
HashMap.opIndexAssign
dstruct
map
HashMap
Set a value in the map.
struct
HashMap
(K, V)
void
opIndexAssign
(
V
value
,
K
key
)
if
(
isAssignmentCopyable
!(
Unqual
!
K
) &&
isAssignmentCopyable
!(
Unqual
!
V
)
)
Parameters
key
Type:
K
The key in the map.
value
Type:
V
A value to set in the map.
Meta
Source
See Implementation
dstruct
map
HashMap
constructors
this
functions
dup
get
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
remove
setDefault
properties
empty
length
Set a value in the map.