IndexedRoR.front

Input range primitives

  1. auto front()
    struct IndexedRoR(Collection, Range)
    @property
    front
    ()
    ()
    if (
    __traits(compiles, Range.init[size_t.init])
    )
  2. void popFront()
  3. bool empty()
  4. size_t length [@property getter]

Meta