|
|
|
|
|
by nicce
399 days ago
|
|
> Procedural macros are often synonymous with slow compile times and code bloat. In theory they should reduce it because you wouldn’t make proc macros to generate code you don’t need…right? How much coding time you save with macros compared to manually implementing them? |
|