Map.opIndexAssign

mapkey = value syntax support.

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
void
opIndexAssign
(
in V value
,
in K key
)

Meta