pub const fn max_usize(a: usize, b: usize) -> usize
Compares and returns the maximum of two usize values.
usize