Hi,
I’m trying to [clone] abstractions which already use $1, $2, … for internal send/receive pairs and more. Is there any way to avoid “pushing” argument order in [clone] while still addressing individual instances (-x doesn’t do the job)?
Of course I could replace $1 by $2 and so on inside my abstractions, but it’d be great to keep one version working in and outside of [clone].
Maybe there’s an obvious workaround I’m not seeing, hope this makes sense.
Thanks!