phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
StaticDenseSetFilter.opBinaryRight
nxt
filters
StaticDenseSetFilter
Check if element
e
is present/stored/contained.
bool
contains
(E e)
bool
opBinaryRight
(E e)
struct
StaticDenseSetFilter
(E, bool requestPacked = true)
@
safe
pure nothrow @
nogc
pragma(
inline
, true) @
property
const
bool
opBinaryRight
(
string
op
)
(
in
E
e
)
if
(
op
== "in"
)
if
(
isStaticDenseFilterableType
!
E
)
typeof
(
this
)
opBinary
(typeof(this) e)
typeof
(
this
)
opOpAssign
(typeof(this) 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.