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