Skip to main content

Module builtin_names

Module builtin_names 

Expand description

Centralised string literals for the language’s built-in vocabulary (refactor track item 8, v0.29.11). Built-in type/method names were compared as bare string literals scattered across the checker, emitter, and project modules; a typo was a silent never-match. One edit point per name now.

Modules§

methods
Privileged built-in member names — constructors (of/unsafe), the refined raw accessor (raw), and the effect fold (foldEff).
types
Built-in type names (as they appear in source / qualified positions).