Function ndarray::arr1

source ·
pub fn arr1<A: Clone>(xs: &[A]) -> Array<A, Ix>
Expand description

Return a one-dimensional array with elements from xs.