Create dynamic functions with Macro

What are you ultimately trying to do?

This seems like a classic XY problem, where you are reaching for metaprogramming when you should be using higher-order functions or similar.

1 Like