Partial class implementation

Robert Fraser fraserofhtenight at gmail.com
Mon Jul 16 18:43:01 PDT 2007


Random, C#-inspired thought:

It would be nice if it were possible to implement parts of classes in different modules than other parts. This would allow logical grouping of methods for a set of related classes.

This is already possible via template mixins (sort of, but alias template params are required to access fields), but explicit partials might be quite helpful.



More information about the Digitalmars-d mailing list