Skip to main content
Log in

Mojo module

compile

Implements functions that return compile-time information.

Aliases

DebugLevel

alias DebugLevel = _DebugLevel()

Represents the debug level used during compilation.

OptimizationLevel

alias OptimizationLevel = _OptimizationLevel()

Represents the optimization level used during compilation.

Functions

  • is_compile_time: Returns true if the current code is executed at compile time, false otherwise.