About the requirement to mark an operator overload...
# getting-started
y
About the requirement to mark an operator overloading function with the "operator" modifier. I see that if I mark it in a interface, I do not need to mark it in the implementing classes. Is this intentional?