Skip to main content

unlikely

Function unlikely 

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

Indicate that a given condition is likely to be false.


📍 code/util