More interesting question is partially bound refer...
# language-proposals
o
More interesting question is partially bound reference, so in the example
doStuff
above, what if I do
fooInstance::doStuff
and then I could call it with
anotherFooInstance.boundRef()