✅ Difference between explicit and implicit operators
Hello there.
What's the difference between defining an implicit and explicit operator?
I would like to know the difference between
And
8 Replies
It's in the docs
basically, whether it happens implicitly or explicitly
But tl;dr would be
oh, I see. explicit operators requires the casting syntax
Assuming
MyNumber
has cast operators to intthank you
don't forget to $close
If you have no further questions, please use /close to mark the forum thread as answered