collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
HashSet.opOpAssign
collections
hashset
HashSet
Set operators.
HashSet
!(
K
,
hashFunc
,
less
)
opOpAssign
(E value)
struct
HashSet
(K, alias hashFunc = defaultHash!K, alias less = "a < b")
HashSet
!(
K
,
hashFunc
,
less
)
opOpAssign
(
string
op
)
(
E
value
)
HashSet
!(
K
,
hashFunc
,
less
)
opOpAssign
(R range)
Meta
Source
See Implementation
collections
hashset
HashSet
aliases
Backend
HashType
remove
constructors
this
functions
has
hasRange
opBinary
opBinaryRight
opOpAssign
put
removeByElem
Set operators.