Partial functions with variadic args that cannot be created using partial

Sorry that this isn’t really a solution, but probably you’d be better off using an options map, instead of kw arguments…

I’d use the new feature in 1.11 the other way around, to pass option maps to “older-style” functions with kw arguments if I came across them.

1 Like