Skip to main content

Mojo module

debug_assert

Implements run-time assertions.

These are Mojo built-ins, so you don't need to import them.

Aliases

ASSERT_MODE

alias ASSERT_MODE = env_get_string["ASSERT", "safe"]()

Functions

Was this page helpful?