localTypeAt

fun A_RawFunction.localTypeAt(index: Int): A_Type

Answer the type of the index-th local variable.

Return

The requested type.

Parameters

index

The one-based ordinal of the desired local variable.