Documentation

Std.Data.Iterators.Producers.Range

@[inline]
def Std.Rcc.iter {α : Type u_1} (r : Rcc α) :
Iter α

Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

Equations
Instances For
    @[inline]
    def Std.Rco.iter {α : Type u_1} (r : Rco α) :
    Iter α

    Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

    Equations
    Instances For
      @[inline]
      def Std.Rci.iter {α : Type u_1} (r : Rci α) :
      Iter α

      Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

      Equations
      Instances For
        @[inline]
        def Std.Roc.iter {α : Type u_1} [PRange.UpwardEnumerable α] (r : Roc α) :
        Iter α

        Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

        Equations
        Instances For
          @[inline]
          def Std.Roo.iter {α : Type u_1} [PRange.UpwardEnumerable α] (r : Roo α) :
          Iter α

          Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

          Equations
          Instances For
            @[inline]
            def Std.Roi.iter {α : Type u_1} [PRange.UpwardEnumerable α] (r : Roi α) :
            Iter α

            Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

            Equations
            Instances For
              @[inline]
              def Std.Ric.iter {α : Type u_1} [PRange.Least? α] (r : Ric α) :
              Iter α

              Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

              Equations
              Instances For
                @[inline]
                def Std.Rio.iter {α : Type u_1} [PRange.Least? α] (r : Rio α) :
                Iter α

                Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

                Equations
                Instances For
                  @[inline]
                  def Std.Rii.iter {α : Type u_1} [PRange.Least? α] :
                  Rii αIter α

                  Returns an iterator over the given range. This iterator will emit the elements of the range in increasing order.

                  Equations
                  Instances For