Function simfony_as_rust::jet::multi_bit_logic::ch_64

source ยท
pub fn ch_64(a: u64, b: (u64, u64)) -> u64
Expand description

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