Module iterator

Source
Expand description

Iterator for the bytecode.

Structs§

BytecodeIterator
Iterator over opcodes in a bytecode, skipping immediates.

Traits§

BytecodeIteratorExt
Extension trait for Bytecode to provide iteration capabilities.