|
|
|
|
|
by fxfan
2716 days ago
|
|
Scala programmers would recognize this as the difference between () and .get(). I hope rust copied scalas syntax- its much cleaner, rather than trying to be nice to the established system languages (c/c++) This would also free up the [] to be used for generics and avoid syntactical warts like ::<> parsin |
|
It doesn't remove those warts, it moves them.