collections-d v0.4.1 (2021-01-24T21:13:46Z)
Dub
Repo
HashSet.hasRange
collections
hashset
HashSet
Returns the amount of elements found in the set.
struct
HashSet
(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@
safe
pure nothrow
size_t
hasRange
(
R
)
(
R
range
)
Meta
Source
See Implementation
collections
hashset
HashSet
aliases
Backend
HashType
remove
constructors
this
functions
has
hasRange
opBinary
opOpAssign
put
removeByElem
Returns the amount of elements found in the set.