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.
