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
I like the idea of operator overloads, but what does it have to do with Function? Why is it a static method on Function? Why not global.defineOperator(), or a new Meta object with the method, or something?
The text was updated successfully, but these errors were encountered:
I like the idea of operator overloads, but what does it have to do with
Function
? Why is it a static method onFunction
? Why notglobal.defineOperator()
, or a newMeta
object with the method, or something?The text was updated successfully, but these errors were encountered: