We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I cannot find a way to construct for example an Array2<T> from a Vec<Vec<T>>? Is there a way? Else, I would suggest making it possible.
Array2<T>
Vec<Vec<T>>