phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
StaticDenseSetFilter.opOpAssign
nxt
filters
StaticDenseSetFilter
Check if element
e
is present/stored/contained.
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
aliases
ElementType
This
put
functions
insert
remove
toString
properties
contains
opBinary
opBinaryRight
opOpAssign
static functions
asFull
withValuesOrFull
Check if element e is present/stored/contained.