use crate::stack::StackVec; pub fn size(memory: &mut StackVec) { memory.push(memory.len() as u16); }