Macro simd_json::unlikely

source ·
macro_rules! unlikely {
    ($e:expr) => { ... };
}
Expand description

possible compiler hint that a branch is unlikely

Technique borrowed from here: https://github.com/rust-lang/hashbrown/pull/209