Skip to content

Commit a350da0

Browse files
Add dynamic-dimensional shared ownership array type
1 parent 55cd56d commit a350da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/aliases.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,5 @@ pub type ArcArray4<A> = ArcArray<A, Ix4>;
203203
pub type ArcArray5<A> = ArcArray<A, Ix5>;
204204
/// six-dimensional shared ownership array
205205
pub type ArcArray6<A> = ArcArray<A, Ix6>;
206+
/// dynamic-dimensional shared ownership array
207+
pub type ArcArray6<A> = ArcArray<A, IxDyn>;

0 commit comments

Comments
 (0)