UniqueRange.stealBack

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

Meta