Iterator Tools
Create a chaining iterator
Create an enumeration object
Does This Iterator Have A Next Element
Create an iterator over an array
Create an iterator that can be told to stop
Create a chunking iterator
Create a filtering iterator
Create an iterator that supports the hasNext method
Create a limited iterator
Create an iterator to read binary data from a connection
Create an iterator to read data frames from files
Record and replay iterators
Create a repeating iterator
Create a repeating iterator
Iterators that support parallel RNG
Create an iterator that splits a matrix into block columns
Create an iterator of indices
Create an iterator that splits a matrix into block rows
Create an iterator that splits a vector
The itertools Package
Create an iterator over multiple iterables
Create a cartesian product iterator
Create a recycling iterator
Create a timeout iterator
Utilities for writing iterators
Create an object that contains a combiner function
Various tools for creating iterators, many patterned after functions in the Python itertools module, and others patterned after functions in the 'snow' package.