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.
Adam D. Ruppe via Digitalmars-d-learn Fri, 03 Jun 2016 19:16:12 -0700
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.