Function nudge::likely[][src]

pub fn likely(b: bool) -> bool
Expand description

Tells the compiler this bool is probably true.

This generally requires the nightly feature to work.