Type Definition index_ext::array::Prefix[][src]

type Prefix<const N: usize> = RangeTo<N>;
Expand description

An alias for RangeTo which may sometimes be more expressive.