Module util

Source

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.