goretkin / FixArgs.jl

Other
19 stars 3 forks source link

positional placeholder ("holes") #12

Closed goretkin closed 3 years ago

goretkin commented 4 years ago

e.g. like _1, _2, ... https://en.cppreference.com/w/cpp/utility/functional/bind

goretkin commented 3 years ago

ArgPos{i}() is this.