SparsePosSets

Type Alias SparsePosSets 

Source
pub type SparsePosSets<T> = HashMap<T, HashSet<T>>;

Aliased Typeยง

pub struct SparsePosSets<T> { /* private fields */ }