Function Vector.front

Returns a reference to the first element in the vector.

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

Calling this function on an empty container causes undefined behavior.