VectorImpl.front

Gets a pointer to the first element of the vector.

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

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

Meta