pub type SparseView<'a, S, T> = Sparse<S, T, &'a [usize]>;Expand description
A borrowed view of a sparse collection.
Aliased Type§
pub struct SparseView<'a, S, T> {
pub selection: Select<T, &'a [usize]>,
pub source: S,
}Fields§
§selection: Select<T, &'a [usize]>§source: S