Function simfony_as_rust::jet::multi_bit_logic::complement_64
source ยท pub fn complement_64(a: u64) -> u64Expand description
Bitwise NOT of a 64-bit value.
pub fn complement_64(a: u64) -> u64Bitwise NOT of a 64-bit value.