Hacker News new | ask | show | jobs
by kachapopopow 250 days ago
The only macro I ever use is json! or for applying 10 derives to more than 1 struct
1 comments

vec!? println!?
those are language macros iirc (hardcoded in the language) hence I consider those the same as when, fn etc.