DenseSetFilter.dup

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

Return Value

Type: typeof(this)

shallow (and deep) duplicate of this.

Meta