There is little you cannot do with `emit`:
template notSure(x, y) =
{.emit: "kernel<<", x, ", ", y, ">>();".}
notSure(1, 1)
- Generating custom C code - mixin doc? mratsim
- Re: Generating custom C code - mixin doc? Araq
