pub type ArrayBuf<T, B> = Array<T, AccessBuf<B>, Platform>;
An n-dimensional array backed by a buffer on the top-level Platform
Platform
pub struct ArrayBuf<T, B> { /* private fields */ }