Skip to main content

Assignment

Type Alias Assignment 

Source
pub type Assignment = HashMap<String, usize>;
Expand description

Assignment of values to variables.

Aliased Typeยง

pub struct Assignment { /* private fields */ }