Type Alias ha_ndarray::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 */ }