Type Alias zarrs::array::ArrayShape

source ·
pub type ArrayShape = Vec<u64>;
Expand description

The shape of an array.

Aliased Type§

struct ArrayShape { /* private fields */ }