Replies: 2 comments
-
See the docs for the
For example, you could use |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like #980 will implement for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 addressingarray[[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.Beta Was this translation helpful? Give feedback.
All reactions