collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
HashSet.removeByElem
collections
hashset
HashSet
Removes an element by match. Returns the hashcode if found, or uint.init if not.
HashType
removeByElem
(K key)
struct
HashSet
(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@
safe
pure nothrow
HashType
removeByElem
(
K
key
)
HashType
removeByElem
(HashType key)
Meta
Source
See Implementation
collections
hashset
HashSet
aliases
Backend
HashType
remove
constructors
this
functions
has
hasRange
opBinary
opBinaryRight
opOpAssign
put
removeByElem
Removes an element by match. Returns the hashcode if found, or uint.init if not.