UniqueRange.stealBack

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

Meta