Type Alias SelectView

Source
pub type SelectView<'a, S> = Select<S, &'a [usize]>;
Expand description

A borrowed selection.

Aliased Type§

pub struct SelectView<'a, S> {
    pub indices: &'a [usize],
    pub target: S,
}

Fields§

§indices: &'a [usize]§target: S