Array1 in ndarray - Rust
ndarray
Source
pub type Array1<A> = Array<A, Ix1>;
one-dimensional array
pub struct Array1<A> { /* private fields */ }