[][src]Function pleco::tools::hint::unlikely

pub fn unlikely(cond: bool) -> bool

Hints to the compiler that branch condition is likely to be false. Returns the value passed to it.

Any use other than with if statements will probably not have an effect.