pub type ArrayIndices = Vec<u64>;
An ND index to an element in an array or chunk.
pub struct ArrayIndices { /* private fields */ }