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