pub trait Pop<T> { // Required method fn pop(&mut self, op1: T); }
Trait for pop instruction kinds.
pop
Emit a pop instruction.