Searched defs:ConstSlice (Results 1 – 1 of 1) sorted by relevance
13 pub(crate) struct ConstSlice<'a, T> { struct16 /// The start index of the slice represented by this [`ConstSlice`]. argument18 /// The non-inclusive end index of the slice represented by this [`ConstSlice`]. argument22 impl<'a, T> ConstSlice<'a, T> { argument93 impl<'a, T> From<&'a [T]> for ConstSlice<'a, T> { implementation