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