phobos-next ~master (2024-03-19T05:49:32Z)
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
,
StdElementType
!
R
)
)
if
(
isStaticDenseFilterableType
!
E
)
Meta
Source
See Implementation
nxt
filters
StaticDenseSetFilter
aliases
ElementType
This
put
functions
insert
remove
toString
properties
contains
opBinary
opBinaryRight
opOpAssign
static functions
asFull
withValuesOrFull
Construct from r if r is non-empty, otherwise construct a full set.