We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Macro functions are defined inline with special with blocks. Below C++ template syntax is assigned to the macro function T.
with
T
with T as "std::vector<int>": v = new( T(1,2,3) )
https://github.com/rusthon/Rusthon/blob/master/examples/macro_templates.md
the builtin function macro allows you to inline a raw C++ macro string.
macro
macro("FOOBAR()")
Sidebar