Skip to main content

Cell

Type Alias Cell 

Source
pub type Cell = (Tag, usize);
Expand description

A single heap cell: a (Tag, value) pair.