Skip to main content

ArrayIndices

Type Alias ArrayIndices 

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

An ND index to an element in an array or chunk.

Aliased Typeยง

pub struct ArrayIndices { /* private fields */ }