Method forwarding macro

Yes. I thought they are the same, but interestingly, upon more research it appears that forwarding and delegation are different in their semantics.

I believe that composition is used in many places in Julia but it may be that most people just write the delegation code manually. It would be nice to have a standard macro somewhere that is versatile enough to cover many use cases.