pub trait VariadicIndex {
    type Index: IndexStruct;
}
Expand description

A type used as element of ‘MultiArrayView’.

Provides the index type that should be used in the container.

Required Associated Types§

source

type Index: IndexStruct

Index type

Implementors§