Type Alias ha_ndarray::ArrayAccess

source ·
pub type ArrayAccess<T> = Array<T, Accessor<T>, Platform>;
Expand description

A general type of n-dimensional array used to elide recursive types

Aliased Type§

struct ArrayAccess<T> { /* private fields */ }