You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but we don't seem to have a possibility to create in-place versions. I propose an additional language-construct like
in-place-operator ~~=
that takes an already defined operator ~~ (like above) and creates new functionality allowing left ~~= right to be syntactic sugar for left = left ~~ right.
The text was updated successfully, but these errors were encountered:
Currently we have the possibility to create our own custom operators like so:
but we don't seem to have a possibility to create in-place versions. I propose an additional language-construct like
that takes an already defined operator
~~
(like above) and creates new functionality allowingleft ~~= right
to be syntactic sugar forleft = left ~~ right
.The text was updated successfully, but these errors were encountered: