constantTypeAt

fun A_RawFunction.constantTypeAt(index: Int): A_Type

Answer the type of the index-th local constant.

Return

The requested type.

Parameters

index

The one-based ordinal of the desired local constant.