proposal-bind-operator
proposal-bind-operator copied to clipboard
Isn
Could somebody change the title to say "Isn't this .call?"? I accidentally hit enter.
Wouldn't it be more accurate to say
object::method();
is the same as
method.call(object);