Are class operators more efficient than class functions?
There seems no significant difference in the listing between
these two expressions:
;x_class=y_value or ;x_class.reads(y_value)
Which one is better?
they're the same, performance wise.
Overloading operators just makes the code more intuitive.
Topic archived. No new replies allowed.