Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
gpderetta
6 days ago
It doesn't, but you can pretend it does:
auto my_function(int, double) -> int;
They probably want to use the same arrow signature and need something in place of auto as omitting it completely would complicate parsing.