Function simfony_as_rust::jet::arithmetic::min_32
source ยท pub fn min_32(a: u32, b: u32) -> u32Expand description
Return the smaller of two integers.
pub fn min_32(a: u32, b: u32) -> u32Return the smaller of two integers.