Y
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
keyle
4627 days ago
(You were questioning the language designer there)
link
cldr
4626 days ago
I know, I think he misread the C++ code.
link
WalterBright
4626 days ago
Yes, you're right.
link