pub fn decide_range(x: u32, lo: u32, hi: u32) -> Decision<()>
Decide whether a u32 lies in the range [lo, hi).
u32
[lo, hi)