Module hint

Module hint 

1.27.0 · Source
Expand description

Hints to compiler that affects how code should be emitted or optimized.

Hints may be compile time or runtime.

Functions§

unreachable_unchecked
Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.