Expand description
Field definitions, types, and the FieldSet bitset.
Structs§
- Field
Def - Definition of a field registered in a simulation world.
- Field
Set - A set of field IDs implemented as a dynamically-sized bitset.
- Field
SetIter - Iterator over field IDs in a
FieldSet, yielding IDs in ascending order.
Enums§
- Boundary
Behavior - Boundary behavior when field values exceed declared bounds.
- Field
Mutability - How a field’s allocation is managed across ticks.
- Field
Type - Classification of a field’s data type.