VectorImpl.back

Gets a pointer to the last element of the vector.

If the vector is empty, the last element will be null.

struct VectorImpl(T, bool ownsMemory = true)
@nogc @property @system nothrow
T*
back
()

Meta