pub type ChunkId = ObjectId<12, ChunkTag>;
Unique identifier for a chunk.
pub struct ChunkId(pub [u8; 12], _);
0: [u8; 12]