pub fn floor_add<const N: usize>(a: U<N>, b: U<N>, max: U<{ _ }>) -> U<N>
Expand description

Returns a.trunk_add(b) if a + b < max, 0 otherwise.