Skip to main content

ChunkShape

Type Alias ChunkShape 

Source
pub type ChunkShape = Vec<NonZero<u64>>;
Expand description

A chunk shape. Dimensions must be non-zero.

Aliased Typeยง

pub struct ChunkShape { /* private fields */ }