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