Trait mdarray::index::SpanIndex

source ·
pub trait SpanIndex<T, L: Copy> {
    type Output: ?Sized;
}
Expand description

Array span index trait, for an element or a subslice.

Required Associated Types

Array element or subslice type.

Implementations on Foreign Types

Implementors