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