Functionsยง
- invalid_
mut ๐ - likely ๐
Experimental - Hints to the compiler that branch condition is likely to be true. Returns the value passed to it.
- unlikely ๐
Experimental - Hints to the compiler that branch condition is likely to be false. Returns the value passed to it.