iterΒΆ

Utilities for iteration over collections of values.

Classes

Range()

SizedIter()

A wrapper around an iterator type L promising that the iterator will yield exactly n values.

Functions

range(start[, stop, step])

An iterator that yields a sequence of integers.