DynamicDenseSetFilter.dup

struct DynamicDenseSetFilter(E, Growable growable = Growable.yes, Copyable copyable = Copyable.no)
pure nothrow @safe @nogc @trusted
static if(!(copyable))
typeof(this)
dup
()
()

Return Value

Type: typeof(this)

shallow (and deep) duplicate of this.

Meta