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