Structsยง
- Nfa ๐
- A non-deterministic finite automaton (NFA) that represents the layout of a type.
The transmutability of two given types is computed by comparing their
Nfas. - State ๐
- The states in a
Nfarepresent byte offsets.
Enumsยง
- Transition ๐
- The transitions between states in a
Nfareflect bit validity.