phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
DenseSetFilterGrowableArray.opBinaryRight
nxt
filterarray
DenseSetFilterGrowableArray
Check if element
e
is stored/contained.
bool
contains
(E e)
bool
opBinaryRight
(E e)
struct
DenseSetFilterGrowableArray
(E, alias Allocator = null)
pragma(
inline
, true) const
bool
opBinaryRight
(
string
op
)
(
E
e
)
if
(
op
== "in"
)
if
(
isDenseSetFilterable
!
E
)
Meta
Source
See Implementation
nxt
filterarray
DenseSetFilterGrowableArray
functions
clear
contains
empty
insert
length
opBinaryRight
opSlice
Check if element e is stored/contained.