Macros can only create ASTs, they can't modify them. It'd be really dangerous if it could, since you wouldn't know where the macro executes.
- can already defined types be modified at compile time with a macro... JohnAD
- Re: can already defined types be modified at compile time wit... leorize
