pub fn encode(coords: &[u64], bits: u32) -> ArrayResult<u64>Expand description
Interleave per-dim bits into a single Z-order index, MSB first.
pub fn encode(coords: &[u64], bits: u32) -> ArrayResult<u64>Interleave per-dim bits into a single Z-order index, MSB first.