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