pub type FlipCounter = BTreeMap<(String, String), usize>;Expand description
Aggregate counter: (decision_before, decision_after) -> count.
Lexically ordered so render order is deterministic.
Aliased Typeยง
pub struct FlipCounter { /* private fields */ }