Is it possible to use metaprogramming to iterate through all of the available procs, and then return them as a list or tuple at runtime?
I think this is how both "locals()" and "repr()" already work in Nim.
Is it possible to use metaprogramming to iterate through all of the available procs, and then return them as a list or tuple at runtime?
I think this is how both "locals()" and "repr()" already work in Nim.