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

pub fn likely(cond: bool) -> bool

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

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