Function ndarray::rcarr3 [−][src]
pub fn rcarr3<A: Clone, V: FixedInitializer<Elem = U>, U: FixedInitializer<Elem = A>>(
    xs: &[V]
) -> ArcArray<A, Ix3> where
    V: Clone,
    U: Clone, Expand description
Create a three-dimensional array with elements from xs.
