dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
HashMap.opIndexAssign
dstruct
map
HashMap
Set a value in the map.
struct
HashMap
(K, V)
@
safe
pure nothrow
void
opIndexAssign
(
V
value
,
K
key
)
Parameters
key
K
The key in the map.
value
V
A value to set in the map.
Meta
Source
See Implementation
dstruct
map
HashMap
aliases
ThisType
functions
get
opBinaryRight
opEquals
opIndex
opIndexAssign
remove
setDefault
properties
length
Set a value in the map.