goretkin / FixArgs.jl

Other
19 stars 3 forks source link

reify function arguments on their own, e.g. `FrankenTuples` #14

Closed goretkin closed 3 years ago

goretkin commented 4 years ago

Instead of carrying around args and kw ourselves, we can consider using https://github.com/ararslan/FrankenTuples.jl/

goretkin commented 3 years ago

https://github.com/goretkin/FixArgs.jl/commit/09115f9080e1f1753832146fda70524414e50684

Currently using https://github.com/goretkin/FrankenTuples.jl