combines arguments lists args1 and arg2 into one list. If there is a name collision between args1 and arg2, the arg1 value will be in the returned list.

CombineArgLists(args1, args2)

Arguments

args1

named list of function arguments. Has higher precedence over args2 in the combined list.

args2

named list of function arguments.

Value

list