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
As both a JS and C/C++ developer, :: confuses me. foo::bar in the current proposal means: bar.bind(foo) but I intuitively expect it to mean: foo.bar.bind(foo). So I would propose two operators, foo:::bar for the former, and foo::bar for the latter.
The text was updated successfully, but these errors were encountered:
As both a JS and C/C++ developer,
::
confuses me.foo::bar
in the current proposal means:bar.bind(foo)
but I intuitively expect it to mean:foo.bar.bind(foo)
. So I would propose two operators,foo:::bar
for the former, andfoo::bar
for the latter.The text was updated successfully, but these errors were encountered: