macro_rules! if_else {
($condition:expr, $then:expr, $otherwise:expr) => { ... };
}Expand description
Branchless if else expression
macro_rules! if_else {
($condition:expr, $then:expr, $otherwise:expr) => { ... };
}Branchless if else expression