[][src]Module grid_trait::grid2::combinate

Combinators.

Modules

enumap

Map-with index, aka. enumap, because it's like enumerate + map.

flatten

Flattening a Grid2 of Grid2.

map

Dependent by-value Grid2 mapping.

neworigin

Change to origin.

oobhandler

Out-of-bounds index handler.

slice

Sub-view of a Grid2.

wrapping

Grid wrapping around edges.