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
the operator defining function (line 2; or rather what it gets compiled down to) be able to first check for the existence of the operator method on left (and then maybe the i-method on right, however that would work syntactically) and call that before falling back to the generic function? Would that maybe even work without line 2, such that there would always be the default operator implementation that checks for such operator methods on its operands, and raises an Exception otherwise?
Should compile
to
The text was updated successfully, but these errors were encountered: