IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /docs/manual/basics.md). For the complete Mojo documentation index, see llms.txt.
Skip to main content
Version: Nightly
For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).

globals

Utilities for working with global constants.

This module provides helper functions for efficiently creating references to compile-time constants without materializing entire data structures in memory.

Functions

  • global_constant: Creates a reference to a compile-time constant value stored in static memory.