IndexedRoR.length

Input range primitives

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

Meta