I have a very quick question related to 
[codeGenDecl](https://nim-lang.org/docs/manual.html#implementation-specific-pragmas-codegendecl-pragma).
 Specifically, is there a way to access the variables used in the format string 
like `$1`? For example, if I wanted to leverage `exportc` on a generic function 
but take the generic into account so when it is monomorphized I get a distinct 
name how might I do that?

Reply via email to