pub type Assignment = HashMap<String, usize>;
Assignment of values to variables.
pub struct Assignment { /* private fields */ }