Do we need the static
keyword in operator definitions?
#9376
Answered
by
HaloFour
TahirAhmadov
asked this question in
Language Ideas
-
Is it at all possible in any future version to have non-static operators? I thought the answer to that is no. Can we make the |
Beta Was this translation helpful? Give feedback.
Answered by
HaloFour
May 8, 2025
Replies: 1 comment 1 reply
-
I believe the compound assignment operator does introduce instance operators. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TahirAhmadov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the compound assignment operator does introduce instance operators.