Trait index_many::generic::Indices[][src]

pub unsafe trait Indices<const N: usize>: Copy {
    fn to_raw_indices(&self) -> [usize; N];
fn is_valid(&self, len: usize) -> bool;
fn cause_invalid_panic(&self, len: usize) -> !; }

Required methods

Implementations on Foreign Types

Implementors