Is there any way in vala to overload an operator of a class, like in c# (or other languages).
I only had found this discussion about it, but I don’t know if it was finally implemented.
Is there any way in vala to overload an operator of a class, like in c# (or other languages).
I only had found this discussion about it, but I don’t know if it was finally implemented.
Currently, no: Projects/Vala/Tutorial - GNOME Wiki!
Says so here in the website above, in the last paragraph of the “Operators” section:
Operators cannot be overloaded in Vala.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.