pub type SelectView<'a, S> = Select<S, &'a [usize]>;
A borrowed selection.
pub struct SelectView<'a, S> { pub indices: &'a [usize], pub target: S, }
indices: &'a [usize]
target: S