Skip to main content

SliceChooseIter

Type Alias SliceChooseIter 

Source
pub type SliceChooseIter<'a, S, T> = IndexedSamples<'a, S, T>;
👎Deprecated since 0.10.0: Renamed to IndexedSamples
Expand description

Deprecated: renamed to IndexedSamples

Aliased Type§

pub struct SliceChooseIter<'a, S, T> {
    slice: &'a S,
    _phantom: PhantomData<T>,
    indices: IndexVecIntoIter,
}

Fields§

§slice: &'a S§_phantom: PhantomData<T>§indices: IndexVecIntoIter