simfony_as_rust::jet::multi_bit_logic

Function ch_32

source
pub fn ch_32(a: u32, b: (u32, u32)) -> u32
Expand description

Bitwise CHOICE of a bit and two 32-bit values. If the bit is true, then take the first value, else take the second value.