Dispatching functions and keyword usage

I would do something like

testfn(c::Int64; kwargs...) = testfn(c, c, c; kwargs...)
1 Like