UnsafeHashMap.opIndexAssign

Upserts an entry in the hash table. May cause a rehash.

struct UnsafeHashMap(Key, Value)
pragma(inline)
opIndexAssign
(
Value value
,
Key key
)

Return Value

Type: err_t

Zero on success, non-zero on failure (e.g. OOM or overflow).

See Also