extendr_api::prelude

Type Alias Array3

Source
pub type Array3<A> = ArrayBase<OwnedRepr<A>, Dim<[usize; 3]>>;
Expand description

three-dimensional array

Aliased Typeยง

struct Array3<A> { /* private fields */ }