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