unlikely

Function unlikely 

Source
pub fn unlikely(b: bool) -> bool
Expand description

Tells the compiler this bool is probably false.

This generally requires the nightly feature to work.