Skip to main content

if_else

Macro if_else 

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

Branchless if else expression