LinkedHashSet.put

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

struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@safe pure nothrow
put
(
K key
)

Meta