phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
StaticDenseSetFilter.withValuesOrFull
nxt
filters
StaticDenseSetFilter
Construct from
r
if
r
is non-empty, otherwise construct a full set.
struct
StaticDenseSetFilter
(E, bool requestPacked = true)
@
safe
pure nothrow @
nogc
static
typeof
(this)
withValuesOrFull
(
R
)
(
R
r
)
if
(
isIterable
!
R
&&
isAssignable
!(
E
,
ElementType
!
R
)
)
if
(
isStaticDenseFilterableType
!
E
)
Meta
Source
See Implementation
nxt
filters
StaticDenseSetFilter
functions
contains
insert
opBinary
opBinaryRight
opOpAssign
remove
static functions
asFull
withValuesOrFull
Construct from r if r is non-empty, otherwise construct a full set.