Trait AsIndexSlice

Source
pub trait AsIndexSlice: AsRef<[usize]> { }
Expand description

A wrapper trait for sequences of immutable indices.

Implementations on Foreign Types§

Source§

impl AsIndexSlice for &[usize]

Source§

impl AsIndexSlice for &mut [usize]

Source§

impl AsIndexSlice for Vec<usize>

Source§

impl AsIndexSlice for [usize]

Implementors§