ct_lt

Function ct_lt 

Source
const fn ct_lt(a: u32, b: u32) -> u32
Expand description

Returns u32::MAX if a < b and 0 otherwise.