collections-d v0.4.1 (2021-01-24T21:13:46Z)
Dub
Repo
LinkedHashSet.opOpAssign
collections
linkedhashset
LinkedHashSet
Set operators.
LinkedHashSet
!(
K
,
hashFunc
,
equal
)
opOpAssign
(E value)
LinkedHashSet
!(
K
,
hashFunc
,
equal
)
opOpAssign
(R range)
struct
LinkedHashSet
(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
LinkedHashSet
!(
K
,
hashFunc
,
equal
)
opOpAssign
(
string
op
R
)
(
R
range
)
Meta
Source
See Implementation
collections
linkedhashset
LinkedHashSet
aliases
HashType
remove
constructors
this
functions
has
hasRange
moveFront
opBinary
opOpAssign
popFront
put
removeByElem
properties
empty
front
save
static variables
nogcIndexing
Set operators.