evael-lib ~master (2021-11-14T17:39:38.2764722)
Dub
Repo
Dictionary.insert
evael
lib
containers
dictionary
Dictionary
Inserts a key and his value.
struct
Dictionary
(K, V)
@
nogc
void
insert
(
K
key
,
V
value
)
Meta
Source
See Implementation
evael
lib
containers
dictionary
Dictionary
aliases
Node
constructors
this
functions
dispose
get
insert
opIndexAssign
remove
Inserts a key and his value.