Syntax for heap allocated void initialized arrays

bearophile bearophileHUGS at lycos.com
Sat Sep 21 04:36:31 PDT 2013


simendsjo:

> Thanks. uninitializedArray works well for my need.

uninitializedArray is the wrong function to use in 99.9% of the 
times. std.array docs probably have not explained you well enough 
the risks of its usage.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list