Trait narrow::ArrayIndex[][src]

pub trait ArrayIndex<T> {
    type Output;
    fn index(&self, index: T) -> Self::Output;
}
Expand description

Index trait to get owned values of an array.

Associated Types

Required methods

Implementors