setAll
Sets multiple argument values based on args. For each item in args, sets the argument value for the parameter at index [idx + offset].
Throws
if any index is out of bounds for these parameters.
Sets multiple argument values for kind parameters based on args. For each item in args, sets the argument value for the parameter at index [kindOffset(kind) + idx + offset].
Throws
if any index is out of bounds for these parameters.