Hacker News new | ask | show | jobs
by cldr 4627 days ago
Actually wouldn't it be

    int[][int] whatever;
? Because I think we should be getting an array out whenever we do

    whatever[1]
and not just an int.
2 comments

(You were questioning the language designer there)
I know, I think he misread the C++ code.
Yes, you're right.