Type Definition consprob::SparseProbMat

source ·
pub type SparseProbMat<T> = HashMap<(T, T), f32, BuildHasherDefault<AHasher>, Global>;