Type Alias ArrayShape

Source
pub type ArrayShape = Vec<u64>;
Expand description

An array shape.

Aliased Typeยง

pub struct ArrayShape { /* private fields */ }