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