How i can clear Associative Arrays

Michael pr at m1xa.com
Mon Apr 15 13:38:34 PDT 2013


On Monday, 15 April 2013 at 11:36:55 UTC, Tobias Pankrath wrote:
> You could set the length to 0.

Before version 4.0 in C# a Clear extension-method just calls 
Collection.length = 0; Later this method was included to BCL.

In D length property for AA is readonly.



More information about the Digitalmars-d-learn mailing list