[][src]Macro lokacore::branchless_max

macro_rules! branchless_max {
    ($x:expr, $y:expr, $u:ty) => { ... };
}

The maximum of two integer values.

  • branchless_max!(a, b, type)

Branchless, so you can use it in a const context.