Vector.front

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

Precondition: !empty

Complexity: O(1)

  1. T front [@property getter]
    struct Vector(T, ALLOC = ThreadMem)
    @property ref
    T
    front
    ()
  2. T back [@property getter]

Meta