Hacker News new | ask | show | jobs
by PreInternet01 588 days ago
When using implicit typing, definitely `var foo = (int Foo)12`. Less sure what the explicit variant should look like, since parsing may be trickier, but `(int Foo) foo = 12` might work?