That requires changing the function, which isn’t what I want.
julia> f(;((;a,b) = data)...)
ERROR: MethodError: no method matching f(; a=1, b=2, c=3)
That requires changing the function, which isn’t what I want.
julia> f(;((;a,b) = data)...)
ERROR: MethodError: no method matching f(; a=1, b=2, c=3)