context

fun context(vararg values: Any?, offset: Int = 0)(source)

Sets multiple argument values for context parameters based on values. For each item in values, sets the argument value for the parameter at index [contextParameterStart + idx + offset].

Throws

if any index is out of bounds for these parameters.