Dictionary.insert

Inserts a key and his value.

struct Dictionary(K, V)
@nogc
void
insert
(
K key
,)

Meta