smaller_of

Function smaller_of 

Source
pub const fn smaller_of(a: u64, b: u64) -> u64
Expand description

Get the smaller of two u64 values (same as min_const but more descriptive name).