pub const K_WRAP_OFFSET: u64 = _; // 13_835_058_055_282_163_712u64Expand description
This is the offset required to wrap around from the beginning of the Hilbert curve to the end or vice versa; see nextWrap() and prevWrap(). SWIG doesn’t understand uint64{}, so use static_cast.