value

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

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

Throws

if any index is out of bounds for these parameters.