Skip to main content

Mojo module

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.

Was this page helpful?