ArcArray4 in ndarray - Rust
ndarray
Source
pub type ArcArray4<A> = ArcArray<A, Ix4>;
four-dimensional shared ownership array
pub struct ArcArray4<A> { /* private fields */ }