pub type Array0<A> = Array<A, Ix0>;
zero-dimensional array
pub struct Array0<A> { /* private fields */ }