/// module tkd.widget.button; class Button /// If one module can have different classes in different files. It can change to: /// module tkd.widget; class Button ///
If someone want port a C# library to D, it will helpful to keep D code and C# same. then library user can port there app easily to D.
