pub const fn min_max_usize(l: usize, r: usize) -> (usize, usize)
The minimum and maximum of two usizes
usize