pub trait MergeOp: Clone + Sized { // Required methods fn skip(&mut self, amt: u32); fn trunc(&mut self, amt: u32); }
Shorten the ‘front’ of the instruction
Truncate off the ‘back’ of the instruction