IndexMixin.back

Complexity: O(r(n))

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

Meta