pub static BUILTIN_TYPE_CONSTRUCTORS: &[&BuiltinTypeConstructor]Expand description
All built-in type constructors.
The compiler iterates over this slice when resolving type-call expressions and when reserving names so user code cannot shadow them.
pub static BUILTIN_TYPE_CONSTRUCTORS: &[&BuiltinTypeConstructor]All built-in type constructors.
The compiler iterates over this slice when resolving type-call expressions and when reserving names so user code cannot shadow them.