pub type Array<T, A> = Array<T, A, Platform>;
An n-dimensional array on the top-level Platform
Platform
struct Array<T, A> { /* private fields */ }