pub fn rcarr2<A: Clone, const N: usize>(xs: &[[A; N]]) -> ArcArray2<A>
Create a two-dimensional array with elements from xs.
xs