IndexMixin.front

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

  1. front [@property getter]
  2. ValueView front [@property setter]
    mixintemplate IndexMixin(size_t N, ThisContainer)
    @property
    void
    front
    (
    ValueView value
    )

Meta