IndexedRoR.empty

Input range primitives

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

Meta