UniqueRange.back

Back element.

struct UniqueRange(Source)
pure nothrow @safe @nogc @property scope ref inout return @trusted
static if(isBidirectionalRange!(typeof(Source.init[])))
inout(E)
back
()
if (
hasLength!Source
)

Meta