clear array

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Oct 15 17:37:52 PDT 2012


On 10/16/12, Damian <damianroyday at gmail.com> wrote:
> Does D have a built-in way to clear arrays dynamic and static?

clear(arr).
arr.clear() should work too.


More information about the Digitalmars-d-learn mailing list