Function simfony_as_rust::jet::multi_bit_logic::and_16
source ยท pub fn and_16(a: u16, b: u16) -> u16Expand description
Bitwise AND of two 16-bit values.
pub fn and_16(a: u16, b: u16) -> u16Bitwise AND of two 16-bit values.