[][src]Macro likely::unlikely

macro_rules! unlikely {
    ($expr: expr) => { ... };
}

unlikely.