Vector.front

Forward to opSlice().front and opSlice().back, respectively.

Precondition: !empty

Complexity: O(1)

struct Vector(T, ALLOC = ThreadMem)
nothrow @property ref
T
front
()

Meta