like what if the function is supposed to return a ...
# random
s
like what if the function is supposed to return a function type? does
= Foo::bar
mean it’s forwarding to
foo.bar
or is it just returning that particular reference?