outerVarAtPut

open fun outerVarAtPut(index: Int, value: AvailObject)

Set the specified captured variable/constant slot to the given variable or constant value.

Parameters

index

Which variable or constant to initialize.

value

The value to write into this function.