Module muse_lang::runtime

source ·
Expand description

Types that are used within the Muse language.

Modules§

  • Types used in exception handling.
  • Types used for lists/tuples.
  • Types used for maps/dictionaries.
  • Types used for regular expressions.
  • Types used for strings/text.
  • Types for “symbols”, an optimized string-like type that ensures only one underlying copy of each unique string exists.
  • Muse-defined custom types.
  • Types for representing data in the Muse runtime.