phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
StaticDenseSetFilter.opOpAssign
nxt
filters
StaticDenseSetFilter
Check if element
e
is present/stored/contained.
bool
contains
(E e)
bool
opBinaryRight
(E e)
typeof
(
this
)
opBinary
(typeof(this) e)
typeof
(
this
)
opOpAssign
(typeof(this) e)
struct
StaticDenseSetFilter
(E, bool requestPacked = true)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) @
property
typeof
(this)
opOpAssign
(
string
op
)
(
auto
ref
in
typeof
(this)
e
)
if
(
op
== "|" ||
op
== "&"
||
op
== "^"
)
if
(
isStaticDenseFilterableType
!
E
)
Meta
Source
See Implementation
nxt
filters
StaticDenseSetFilter
functions
contains
insert
opBinary
opBinaryRight
opOpAssign
remove
static functions
asFull
withValuesOrFull
Check if element e is present/stored/contained.