Skip to main content

likely

Function likely 

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

Hints to the compiler that the given boolean expression is likely to be true

See also cold_path and unlikely.