Module block_grid::iters[][src]

Expand description

A bunch of custom 2D iterators.

You probably won’t need to interact with this module unless you need to name one of the iterator types explicitly.

Structs

Immutable iterator over entire blocks.

Mutable iterator over entire blocks.

Immutable iterator in memory order.

Mutable iterator in memory order.

Immutable iterator in row-major order.

Mutable iterator in row-major order.

An iterator adapter that yields the coordinates and the element.

Traits

Provides an interface for iterators that can also yield 2D coordinates.