pub fn rcarr3<A: Clone, const N: usize, const M: usize>( xs: &[[[A; M]; N]], ) -> ArcArray<A, Ix3>
Create a three-dimensional array with elements from xs.
xs