Macro branch

Source
macro_rules! branch {
    ($cond:expr) => { ... };
    ($cond:expr, $outcome:expr) => { ... };
    ($cond:expr, $branch:expr, $outcome:expr) => { ... };
}
Expand description

Traces a branch value if the branch-tracing feature is enabled. Otherwise it is a no-op.