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