Skip to main content

cells_per_tile

Function cells_per_tile 

Source
pub fn cells_per_tile(extents: &[u64]) -> usize
Expand description

Total cells per tile = product of extents (saturating at usize::MAX).