Type Alias ha_ndarray::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§

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