|
|
|
|
|
by tsimionescu
1098 days ago
|
|
Doesn't Rust support having a function as a field of a struct? If it does, then the order of evaluation of a.foo(b) would depend on whether foo is a field or a "free-standing" function of a, which seems horrible. Also, there is a simple elegance in having the order of evaluation match the order the symbols are written that should require a very hight bar to reverse, in my opinion at least. |
|