| 1: | func @getTypeID = <{T: Type}> () -> TypeID; |
Get the TypeID of a type.
T: The type to get the TypeID of - cannot be Void
None.
The TypeID of type T
(TODO)
| @arrayElementTypeID | Get the TypeID of the elements of an array type |
| @arrayRefElementTypeID | Get the TypeID of the elements of an array reference type |