Vince Wrote: > I wanted to know if in D it would be possible to split class > implementation as in .NET wit the partial keyword ? > This feature is interesting when using ui designer because it can > separate your code logic from uninteresting ui declarations. I think, template mixin will do the trick.