TotalContainer.back

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

Complexity: O(log(n))

  1. T back [@property getter]
    struct TotalContainer(T)
    @property ref
    T
    back
    ()
  2. T back [@property setter]

Meta