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.
1 parent a350da0 commit 0fb53cfCopy full SHA for 0fb53cf
src/aliases.rs
@@ -204,4 +204,4 @@ pub type ArcArray5<A> = ArcArray<A, Ix5>;
204
/// six-dimensional shared ownership array
205
pub type ArcArray6<A> = ArcArray<A, Ix6>;
206
/// dynamic-dimensional shared ownership array
207
-pub type ArcArray6<A> = ArcArray<A, IxDyn>;
+pub type ArcArrayD<A> = ArcArray<A, IxDyn>;
0 commit comments