Function simfony_as_rust::jet::multi_bit_logic::left_extend_1_64
source ยท pub fn left_extend_1_64(a: u1) -> u64Expand description
Extend a 1-bit value to a 64-bit value by padding its left with the MSB.
pub fn left_extend_1_64(a: u1) -> u64Extend a 1-bit value to a 64-bit value by padding its left with the MSB.