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§
Sourcetype Index: IndexStruct
type Index: IndexStruct
Index type