Writing adaptor/wrappers with most scalability and least work

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 3 19:10:57 PDT 2016


On Saturday, 4 June 2016 at 01:04:08 UTC, Pie? wrote:
>     alias this pImage;

It is actually `alias pImage this;`

That should do what you want right here. Then you can add your 
own methods or wrap/disable the image ones one by one.



More information about the Digitalmars-d-learn mailing list