outerVarAt

open fun outerVarAt(index: Int): AvailObject

Answer this function's lexically captured variable or constant value that has the specified index.

Return

The specified outer variable or constant of this function.

Parameters

index

Which outer variable or constant is of interest.