Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Automatic delegate for reimplemented interface methods

In D, a delegate is needed, if a interface is implemented and the implementing method is in a base class. Tioport scans the classes to find such situations and generates a methods that calls the base implementation.