pub type SliceChooseIter<'a, S, T> = IndexedSamples<'a, S, T>;👎Deprecated since 0.10.0: Renamed to
IndexedSamplesExpand 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