Module hint

Source

Functionsยง

likelyExperimentalnightly
Hints to the compiler that a branch condition is likely to be true. Returns the value passed to it.
unlikelyExperimentalnightly
Hints to the compiler that a branch condition is unlikely to be true. Returns the value passed to it.