[][src]Module iter_num_tools::grid

Some convenient traits and functions for process grid based iterators

Traits

IntoGrid

Trait used by grid

Transpose

Trait for Transpose Used by Range to convert Range<(A, B)> into (Range<A>, Range<B>) for example

Functions

grid

Create a grid over a tuple of iterators

Type Definitions

Grid2

2D Grid Iterator

Grid3

3D Grid Iterator

Grid4

4D Grid Iterator