Hello, I am learning odin for fun at the moment, and the overview has this point, that caught my eye.
It says @(tag=<string>) is useful for metaprogramming, but there is no example on how it’s meant to be used. Based on the other tags, I’m guessing I have to put the attribute before a declaration, but how is it meant to be processed by user-level code?
I’ve searched the demo file and the list of examples, but nothing seems to use this tag specifically. When I google “odin metaprogramming” the results are either about macroes, code generation or zig’s comptime.