pub const fn smaller_of(a: u64, b: u64) -> u64
Get the smaller of two u64 values (same as min_const but more descriptive name).