StaticDenseSetFilter.withValuesOrFull

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)
)

Meta