On 9 April 2013 21:02, Timon Gehr <timon.gehr@gmx.ch> wrote:
On 04/09/2013 12:18 PM, Manu wrote:
...


Thus successfully eliminating non-open-source libraries from D...
Making a dependency on WPO is a big mistake.
...

Inheritance is usually a bad way to reuse library functionality anyway.

Who said anything about inheritance? What if I want to call a method?
len = x.length for instance? Properties are almost always really trivial leaf functions. But they're all virtual calls! O_O