Expand description
Structs§
- Many
- Produces data from many layers in a
CellMap - Map
- Produces data from two layers in pairs of
(&from, &mut to), allowing you to map data from one layer into another. - Single
- Produces data from a single layer in a
CellMap.