UniqueRange.stealBack

Undocumented in source.
struct UniqueRange(Source)
pragma(inline, true) @safe pure nothrow @nogc
static if(isBidirectionalRange!(typeof(Source.init[])))
alias stealBack = backPop

Meta