Anyway, if you want to do that, the easiest way is to define the Dict first, like in the answer given on SO:
args = Dict(:a => 3, :b => 4)
foo(;args...)
Anyway, if you want to do that, the easiest way is to define the Dict first, like in the answer given on SO:
args = Dict(:a => 3, :b => 4)
foo(;args...)