collections-d v0.4.1 (2021-01-24T21:13:46Z)
Dub
Repo
HashSet.has
collections
hashset
HashSet
Returns true if the element exists within the set, false otherwise.
struct
HashSet
(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@
safe
pure nothrow
bool
has
(
K
key
)
Meta
Source
See Implementation
collections
hashset
HashSet
aliases
Backend
HashType
remove
constructors
this
functions
has
hasRange
opBinary
opOpAssign
put
removeByElem
Returns true if the element exists within the set, false otherwise.