Function simfony_as_rust::jet::arithmetic::min_64
source ยท pub fn min_64(a: u64, b: u64) -> u64Expand description
Return the smaller of two integers.
pub fn min_64(a: u64, b: u64) -> u64Return the smaller of two integers.