Type Definition Prefix
Other items inindex_ext::array
type Prefix<const N: usize> = RangeTo<N>;
An alias for RangeTo which may sometimes be more expressive.
RangeTo