forked from n3tael/labast
3 lines
76 B
Rust
3 lines
76 B
Rust
pub fn size(memory: &mut Vec<u16>) {
|
|
memory.push(memory.len() as u16);
|
|
} |