Skip to main content

ArrayShape

Type Alias ArrayShape 

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

An array shape. Dimensions may be zero.

Aliased Typeยง

pub struct ArrayShape { /* private fields */ }