Function rerun::external::ndarray::rcarr3

source ·
pub fn rcarr3<A, const N: usize, const M: usize>(
    xs: &[[[A; M]; N]]
) -> ArrayBase<OwnedArcRepr<A>, Dim<[usize; 3]>>
where A: Clone,
Expand description

Create a three-dimensional array with elements from xs.