pub type LocalIndex = u8;
Expand description

Index of a local variable in a function.

Bytecodes that operate on locals carry indexes to the locals of a function.