pub type ScoresHashedPoss<T> = HashMap<T, SparseScores<T>>;
pub struct ScoresHashedPoss<T> { /* private fields */ }