Module field

Module field 

Source
Expand description

Field definitions, types, and the FieldSet bitset.

Structs§

FieldDef
Definition of a field registered in a simulation world.
FieldSet
A set of field IDs implemented as a dynamically-sized bitset.
FieldSetIter
Iterator over field IDs in a FieldSet, yielding IDs in ascending order.

Enums§

BoundaryBehavior
Boundary behavior when field values exceed declared bounds.
FieldMutability
How a field’s allocation is managed across ticks.
FieldType
Classification of a field’s data type.