HashMap.opIndexAssign

mapk = v;

struct HashMap(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
void
opIndexAssign
(
K
)
(
V v
,
K k
)