[][src]Macro lokacore::branchless_min

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

The minimum of two integer values.

  • branchless_min!(a, b, type)

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