pub static BUILTINS: [&TypeDescriptor; 22]Expand description
Every built-in descriptor, indexed by its BuiltinTypeId discriminant.
This is the registry BuiltinTypeId::descriptor reads and the array
builtins_are_indexed_by_their_id walks; adding a variant without adding an
entry here is a compile error on the array length.