Expand description
Strongly-typed newtype wrappers for numeric identifiers.
These newtypes prevent accidental misuse of raw u16/u32/u64 values
in different identifier domains (function IDs, string pool indices, schema IDs, etc.).
Structsยง
- Function
Id - A function identifier. Indexes into
BytecodeProgram::functions. - Schema
Id - A type schema identifier. Indexes into the type schema registry.
- Stack
Slot Idx - A stack slot index. Used for local variables and temporary values.
- String
Id - A string pool identifier. Indexes into
BytecodeProgram::strings.