Support for generic types with operator overload methods #7775
Unanswered
CREAsTIVE
asked this question in
Language Ideas
Replies: 1 comment
-
#612 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It will be impossible to explicitly specify types (
a +<int> b
looks strange), but auto-detection of types for generics will help in this situationFor example:
At the moment, such a construction produces a compilation error
Beta Was this translation helpful? Give feedback.
All reactions