IndexMixin.front

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

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

Meta