Hold a mapping between a Type and data.
The get function is used to get the corresponding data.
This is useful when e.g. combined with a state machine to retrieve the state local data if a state is represented as a type.
type holding the data, retrieved via opIndex
the types mapping to RawDataT by their position
See Implementation
Hold a mapping between a Type and data.
The get function is used to get the corresponding data.
This is useful when e.g. combined with a state machine to retrieve the state local data if a state is represented as a type.