Why does D not have generics?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Tue Jan 12 18:00:46 UTC 2021


On Tuesday, 12 January 2021 at 17:53:26 UTC, Ola Fosheim Grøstad 
wrote:
>
> someobject.protected_access.doit()

In C++ it would obviously be:

protected_access(someobject).doit()

:)




More information about the Digitalmars-d mailing list