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