Panther Search Documentation Tutorials Devlogs Downloads Source Code

Documentation > Panther Documentation > Intrinsics > @arrayElementTypeID

@arrayElementTypeID

Panther
Documentation


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

  Get the TypeID of the elements of an array type.

Template Parameters

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

Parameters

  None.

Return Value

  The TypeID of the elements of type T

Example

(TODO)

See Also

@getTypeID Get the TypeID of a type
@arrayRefElementTypeID Get the TypeID of the elements of an array reference type