Array literals are weird.

Adam D. Ruppe destructionator at gmail.com
Sat May 1 20:22:30 UTC 2021


On Saturday, 1 May 2021 at 18:57:48 UTC, Blatnik wrote:
> But isn't D a systems level programming language where you _do_ 
> want to care about things like what is dynamically allocated 
> and what isn't? :D

D is an all-purpose programming language. Some purposes are 
easier or harder than others. The easier thing tries to be more 
correct than not, even if that means extra performance may take 
extra work.


More information about the Digitalmars-d mailing list