[][src]Function ndarray::arr1

pub fn arr1<A: Clone>(xs: &[A]) -> Array1<A>
[]

Create a one-dimensional array with elements from xs.