Struct sway_ir::instruction::InstructionInserter
source · [−]pub struct InstructionInserter<'a> { /* private fields */ }
Expand description
Provide a context for appending new Instruction
s to a Block
.
Implementations
Return a new InstructionInserter
context for block
.
Append a new Instruction::AsmBlock
from args
and a body
.