phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
DenseSetFilter.opBinaryRight
nxt
filters
DenseSetFilter
Check if element
e
is stored/contained.
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
)
Meta
Source
See Implementation
nxt
filters
DenseSetFilter
aliases
ElementType
put
constructors
this
destructors
~this
functions
clear
dup
manifest constants
elementMaxCount
postblits
this(this)
properties
capacity
complement
contains
insert
opBinary
opBinaryRight
remove
static functions
withInferredLength
Check if element e is stored/contained.