refactor(functors) consolidate ARGS and FORWARDARGS into single functor
On the python side we now have: FORWARDARGS, FORWARDARG0, FORWARDARG1, FORWARDARG2
, which are all based on the same C++ functor.
Edited by Christoph Hasse
On the python side we now have: FORWARDARGS, FORWARDARG0, FORWARDARG1, FORWARDARG2
, which are all based on the same C++ functor.