pub type ChunkShape = Vec<NonZero<u64>>;
A chunk shape. Dimensions must be non-zero.
pub struct ChunkShape { /* private fields */ }