On this page:
use_  unsafe
8.12

9.5 Unsafe Mode🔗ℹ

 import: rhombus/unsafe package: rhombus-prototype

declaration

use_unsafe

When included a module, causes the module to be compiled in unsafe mode, which may skip annotation checks on primitive operation to potentially improve performance. If a skipped check would have failed, however, the resulting behavior is unspecified and may lead to a crash or unpredictable behavior either immediately or at an arbitrarily later time.