pub type MatchProbsHashedIds<T> = HashMap<(usize, usize), MatchProbMats<T>>;
pub struct MatchProbsHashedIds<T> { /* private fields */ }