Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @arrayRefElementTypeID

@arrayRefElementTypeID

Panther
Documentation


1: func @arrayRefElementTypeID = <{T: Type}> () -> TypeID;

  Get the TypeID of the elements of an array reference type.

Template Parameters

  T: The type to get the TypeID of the elements of - must be an array reference

Parameters

  None.

Return Value

  The TypeID of the elements of type T

Example

(TODO)

See Also

@getTypeID Get the TypeID of a type
@arrayElementTypeID Get the TypeID of the elements of an array type