clear()

Dr.Smith iam at notfar.com
Fri Mar 25 12:10:44 PDT 2011


To empty many arrays of various types, rather than:

clear(arr1);
clear(arr2);
...
clear(arrN);

is there something like:

clear(ALL);

Also, after "clear(arr)", will "arr ~= value" assign starting from element 0?


More information about the Digitalmars-d-learn mailing list