Function simfony_as_rust::jet::multi_bit_logic::rightmost_64_32
source ยท pub fn rightmost_64_32(a: u64) -> u32Expand description
Return the least significant 32 bits of a 64-bit value.
pub fn rightmost_64_32(a: u64) -> u32Return the least significant 32 bits of a 64-bit value.