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