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.