HashSet.put

Puts an item into the hash set, then returns the generated hashcode.

struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@safe pure nothrow
put
(
K key
)

Meta