pub type SparseBinSlice<'a> = SparseBinVecBase<&'a [usize]>;
pub struct SparseBinSlice<'a> { /* private fields */ }