ct_select

Function ct_select 

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

Returns a if c == 0 and b if c == u32::MAX.