Cannot get this C++ example migrated to D

Mike Parker aldacron at gmail.com
Sun Apr 16 07:50:20 UTC 2023


On Sunday, 16 April 2023 at 07:46:53 UTC, Skippy wrote:

>
> I wish D had value type classes as well.

I like the distinction between class and struct in D. It 
encourages you to think harder about how you intend to use your 
types. In C++, there may as well only be one or the other; the 
distinction is so small as to be meaningless.


More information about the Digitalmars-d-learn mailing list