TotalContainer.front

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

Complexity: O(log(n))

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

Meta