Macro place
macro place($e:expr) {
...
}
Helper macro that allows you to treat a value expression like a place expression.
See the documentation on Variant for why this is necessary and how to use it.
placemacro place($e:expr) {
...
}
Helper macro that allows you to treat a value expression like a place expression.
See the documentation on Variant for why this is necessary and how to use it.