Function tract_hir::prelude::tract_ndarray::rcarr1 [−][src]
pub fn rcarr1<A>(xs: &[A]) -> ArrayBase<OwnedArcRepr<A>, Dim<[usize; 1]>> where
A: Clone,
Expand description
Create a one-dimensional array with elements from xs
.