Closed
Description
I created an 8 dimension ArrayD.
I can not find how to index the ArrayD for 8 dim.
Compiler raises
the trait NdIndex<Dim<IxDynImpl>>
is not implemented for [usize; 8]
error when addressing
array[[i, j, k, l, m, n, o, p]].
When tuple form is tried,
the trait NdIndex<Dim<IxDynImpl>>
is not implemented for (usize, usize, usize, usize, usize, usize, usize, usize)
error is raised.