Operator method bundles #1508
dabrahams
started this conversation in
Language design
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems to me that
+
/+=
are a classic use case forinout
/let
/sink
bundles, where theinout
variant should be spelled+=
. We should have some special sugar to make that possible. One possiblity is that the coupling is established where the operator (it would be just one, with two spellings) is declared.Beta Was this translation helpful? Give feedback.
All reactions