Function arguments

Had a look at these. It seems you still have to list the variable names. e.g. a, b = unpack(X)
The only way I found to unpack without listing the variable names is something messy like:

`@pipe names(X) .|> @eval( $(Symbol(X)) = $(r[X]) )`