HashMap.set

Undocumented in source. Be warned that the author may not have intended to support it.
struct HashMap(Key, Value, Hasher = HashFunc!(Key), Comparer = HashComp!(Key), ubyte MIN_HASH_TABLE_POWER = 3, ubyte RELATIONSHIP = 8)
set
(
const ref Key key
,
const ref Value value
)

Meta