pub fn encode_coord_key(coord: &[CoordValue]) -> ArrayResult<Vec<u8>>Expand description
Encode a coordinate vector into a stable byte key for HashMap / HashSet use.
Uses the same zerompk encoding as the write path so keys are comparable across tile-versions.