Why do you continue to use D?

Atwork fwafwa at fwfafa.com
Tue Jun 9 13:00:14 UTC 2020


On Tuesday, 9 June 2020 at 12:05:45 UTC, Dukc wrote:
> Also for a static function, C# forces he innermost "module" to 
> be a class, so if I want to split a class in two, I have to 
> change code calling the member functions. In D I can just need 
> to change some imports, since the functions would be 
> module-level.
>

This can be solved with partial classes in C#, can't it?


More information about the Digitalmars-d mailing list