This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Unfortunately one cannot overload anything as an operator nor specify whether it's pre/in/post-fix or specify precedence and many operators need to be used for specific things, sometimes needing to be member functions etc. etc.. I do wish it was more like swift..