Type Alias ArrayBuf

Source
pub type ArrayBuf<T, B> = Array<T, AccessBuf<B>, Platform>;
Expand description

An n-dimensional array backed by a buffer on the top-level Platform

Aliased Typeยง

pub struct ArrayBuf<T, B> { /* private fields */ }