Type Alias zarrs::array::ChunkRepresentation

source ·
pub type ChunkRepresentation = ArrayRepresentationBase<NonZeroU64>;
Expand description

The array representation of a chunk, which must have nonzero dimensions.

Aliased Type§

struct ChunkRepresentation { /* private fields */ }