pub const fn max(a: usize, b: usize) -> usize
A helper function to compute the maximum of two numbers. See Rust issue 92391: https://github.com/rust-lang/rust/issues/92391.