Type Alias Array

Source
pub type Array<T, A> = Array<T, A, Platform>;
Expand description

An n-dimensional array on the top-level Platform

Aliased Typeยง

struct Array<T, A> { /* private fields */ }