Skip to main content

max

Function max 

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

Const function that returns the maximum of two u64 values.