Type Definition safe_index::examples::basic::VarBMap[][src]

pub type VarBMap<T> = BTreeMap<VarIndex, T>;
Expand description

Map of variable indexes.