Type Alias zarrs::array::ArrayIndices

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

An ND index to an element in an array.

Aliased Type§

struct ArrayIndices { /* private fields */ }