Function simfony_as_rust::jet::multi_bit_logic::right_rotate_64
source ยท pub fn right_rotate_64(a: u8, b: u64) -> u64Expand description
Right-rotate a 64-bit value by the given amount.
pub fn right_rotate_64(a: u8, b: u64) -> u64Right-rotate a 64-bit value by the given amount.