phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
DenseSetFilter.opBinaryRight
nxt
filters
DenseSetFilter
Check if element
e
is stored/contained.
bool
contains
(E e)
bool
opBinaryRight
(E e)
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
property
const
bool
opBinaryRight
(
string
op
)
(
in
E
e
)
if
(
op
== "in"
)
if
(
isDenseSetFilterable
!
E
)
typeof
(
this
)
opBinary
(typeof(this) e)
Meta
Source
See Implementation
nxt
filters
DenseSetFilter
constructors
this
functions
capacity
clear
complement
contains
dup
insert
opBinary
opBinaryRight
remove
manifest constants
elementMaxCount
static functions
withInferredLength
Check if element e is stored/contained.