pub type FoldedConditionMap = BTreeMap<Vec<usize>, HashSet<Condition>>;
Expand description
Type for a map of folded sets of Condition
items keyed by a vector of the combined set’s indexes
Aliased Type§
struct FoldedConditionMap { /* private fields */ }