Is it ok to inherit multiple times same templated interface?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jan 15 19:51:09 PST 2017


On Sunday, 15 January 2017 at 20:33:30 UTC, Alexandru Ermicioi 
wrote:
> Currently doing so is allowed, though, it is impossible to call 
> implemented methods directly from implementation.

You should be able to do obj.Wr!(ubyte).get() too.


More information about the Digitalmars-d-learn mailing list