[][src]Function nudge::likely

pub fn likely(b: bool) -> bool

Tells the compiler this bool is probably true.

This generally requires the nightly feature to work.