const PROXIMITY_INFINITY: u16 = u16::MAX; // 65_535u16
Sacrifice the largest possible value for infinity. This makes the comparison trivial.