UnsafeHashMap.add

Adds an element to the hash set; may rehash.

struct UnsafeHashMap(Key, Value)
pragma(inline)
static if(Value.sizeof == 0)
add
()

Return Value

Type: err_t

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