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

type VarBMap<T> = BTreeMap<VarIndex, T>;

Map of variable indexes.