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§

assert_unchecked
Makes a soundness promise to the compiler that cond holds.
unreachable_unchecked
Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.