RowSubst

Type Alias RowSubst 

Source
pub type RowSubst = HashMap<String, StackType>;
Expand description

Substitutions for row variables (stack type variables)

Aliased Typeยง

pub struct RowSubst { /* private fields */ }