You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many C/C++-people will wonder why in Rust macros are used for such simple tasks as printing and building a vector, while macros in C/C++ are mostly used for complex/advanced stuff.
Something like in Rust this is a macro because ... or you could use the following Rust functions directly, but calling the macro is easier because ...
evandrocoan, leovano, alexewerlof, krzkaczor, SergeiMinaev and 27 morenbro and tesuji