IndexMixin.front

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

  1. front [@property getter]
  2. Value front [@property setter]
    mixintemplate IndexMixin(size_t N, alias Range_0)
    @property
    void
    front
    (
    Value value
    )
  3. ThisNode* _front;
  4. ThisNode* _back;

Meta