UniqueRange.dup

struct UniqueRange(Source)
pure nothrow @safe @nogc @property const
static if(__traits(hasMember, Source, "dup"))
typeof(this)
dup
()
()
if (
hasLength!Source
)

Return Value

Type: typeof(this)

shallow duplicate of this.

Meta