Skip to main content

module

int_literal

Implements the IntLiteral class.

Structs

  • IntLiteral: This type represents a static integer literal value with infinite precision. They can't be materialized at runtime and must be lowered to other integer types (like Int), but allow for compile-time operations that would overflow on Int and other fixed precision integer types.

Was this page helpful?