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