FlatHashMap.opIndexAssign

Supports the syntax aa[key] = value;.

struct FlatHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
ref
static if(hasValue)
V
opIndexAssign
()
(,
K key
)
if (
isAllocator!Allocator
)

Meta