Hi all, I'm writing code in which I generate a composite type and various methods based on the fields of another type.
I can do this at the expressions level with macros, but can I also generate the new type definition in a plain function using introspection? Best
