There is little you cannot do with `emit`:
    
    
    template notSure(x, y) =
      {.emit: "kernel<<", x, ", ", y, ">>();".}
    
    notSure(1, 1)
    

Reply via email to