We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello. I suggest alternative operator, that does not used in overloading.
c = a $[+] b; //Not overloadable operator, but this is plus
Also, how to overload assign operator?