phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
DenseSetFilter.opBinary
nxt
filters
DenseSetFilter
Check if element
e
is stored/contained.
bool
contains
(E e)
bool
opBinaryRight
(E e)
typeof
(
this
)
opBinary
(typeof(this) e)
struct
DenseSetFilter
(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
@
safe
pure nothrow @
nogc
@
property
const
typeof
(this)
opBinary
(
string
op
)
(
auto
ref
in
typeof
(this)
e
)
if
(
op
== "|" ||
op
== "&"
||
op
== "^"
)
if
(
isDenseSetFilterable
!
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.