IndexMixin.back

Complexity: O(r(n));
O(1) for this index

  1. back [@property getter]
  2. ValueView back [@property setter]
    mixin template IndexMixin(size_t N, ThisContainer)
    @property
    void
    back
    (
    ValueView value
    )

Meta