Type Alias ChunkX

Source
pub type ChunkX = ChunkCoord<{ axis::X }>;
Expand description

A chunk X coordinate relative to a region

Aliased Type§

pub struct ChunkX(pub u8);

Tuple Fields§

§0: u8