[][src]Type Definition conshomfold::ProbMats

type ProbMats<T> = Vec<HashMap<(T, T), f32, BuildHasherDefault<FxHasher>>>;