pub type CellularIdentifier = (u64, u64);
Expand description
This is a unique identifier which is deterministic even in multi-threading situations. Its components are
- PlainIndex of Voxel where it was created
- Count the number of cells that have already been created in this voxel since simulation begin.