Type Alias Assignment

Source
pub type Assignment = IndexMap<ID, Bound>;
Expand description

Maps node IDs to their bound values.

Aliased Typeยง

pub struct Assignment { /* private fields */ }