Type-Strict Indexes: IndexedBy

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 16 12:48:28 PST 2015


On Monday, 16 February 2015 at 20:17:55 UTC, anonymous wrote:
> Remove that `alias _r this;`. You don't want to forward 
> opIndex, so you can't use alias this which forwards everything 
> that doesn't compile. opDispatch may be an option to forward 
> everything but opIndex.

Thanks!


More information about the Digitalmars-d-learn mailing list