TotalContainer.front

T front() @property ref

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

Complexity: log(n)

void front(T value) @property

Ditto