Type Alias zarrs::array::ArrayRepresentation

source ·
pub type ArrayRepresentation = ArrayRepresentationBase<u64>;
Expand description

The array representation of an array, which can have zero dimensions.

Aliased Type§

struct ArrayRepresentation { /* private fields */ }