pub fn likely(cond: bool) -> bool
Hint the branch condition is probably true. Zero runtime cost on SBF; on host targets it maps to LLVM’s llvm.expect.i1 via core::hint::likely when available, and to an identity otherwise.
true
llvm.expect.i1
core::hint::likely