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