pub const fn likely(b: bool) -> bool
Hints to the compiler that the given boolean expression is likely to be true
See also cold_path and unlikely.
cold_path
unlikely