Function Vector.back

Returns a reference to the last element in the vector.

inout ref inout(Vector.ElementType) back() pure nothrow @nogc @system;

Calling this function on an empty container causes undefined behavior.