Dynamic array void initialization

Ali Çehreli acehreli at yahoo.com
Tue Mar 8 14:40:08 PST 2011


On 03/08/2011 02:03 PM, Steven Schveighoffer wrote:

 > it's not std.array.reserve, it's object.reserve, always present, no need
 > to import.

Thanks. The reserve that I found in array.d is 
std.array.Appender(T).reserve.

Ali



More information about the Digitalmars-d-learn mailing list