Function snarkos_node_router::max

source ·
pub const fn max(a: usize, b: usize) -> usize
Expand description

A helper function to compute the maximum of two numbers. See Rust issue 92391: https://github.com/rust-lang/rust/issues/92391.