Corelib
a
b
pub fn min, +Drop, +Copy>(a: T, b: T) -> T
use core::cmp::min; assert!(min(0, 1) == 0);
Was this page helpful?