UniqueRange.takeBack

Pop back element and return it.

struct UniqueRange(Source)
pure nothrow @safe @nogc
static if(isBidirectionalRange!(typeof(Source.init[])))
takeBack
()
()
if (
hasLength!Source
)

Meta