Vector.back

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

Precondition: !empty

Complexity: O(1)

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

Meta