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]
  3. T front [@property getter]
  4. T front [@property setter]
  5. T moveFront()
  6. T moveBack()

Meta

Suggestion Box / Bug Report