UniqueRange.dup

struct UniqueRange(Source)
pragma(inline, true) @safe pure nothrow @nogc @property const
typeof(this)
dup
()
()
if (
hasLength!Source
)

Return Value

Type: typeof(this)

shallow duplicate of this.

Meta