collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
LinkedHashSet.removeByElem
collections
linkedhashset
LinkedHashSet
Removes an element by match. Returns the hashcode if found, or uint.init if not.
HashType
removeByElem
(K key)
struct
LinkedHashSet
(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@
safe
pure nothrow
HashType
removeByElem
(
K
key
)
HashType
removeByElem
(HashType key)
Meta
Source
See Implementation
collections
linkedhashset
LinkedHashSet
aliases
HashType
remove
constructors
this
functions
has
hasRange
moveFront
opBinary
opBinaryRight
opOpAssign
popFront
put
removeByElem
properties
empty
front
save
static variables
nogcIndexing
Removes an element by match. Returns the hashcode if found, or uint.init if not.