collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
HashSet.put
collections
hashset
HashSet
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
HashType
put
(
K
key
)
Meta
Source
See Implementation
collections
hashset
HashSet
aliases
Backend
HashType
remove
constructors
this
functions
has
hasRange
opBinary
opBinaryRight
opOpAssign
put
removeByElem
Puts an item into the hash set, then returns the generated hashcode.