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