Array2 in ndarray - Rust
ndarray
Source
pub type Array2<A> = Array<A, Ix2>;
two-dimensional array
pub struct Array2<A> { /* private fields */ }