[][src]Module minutiae::engine::iterator

Defines an object that iterates over of a universe in some order.

Structs

SerialEntityIterator

Traits

EntityIterator

Visits the entities of a universe in a particular order, returning the index of the cell the entity inhabits as well as the index of the entity within that cell (since there can be multiple entities in one cell).