free

Deallocate an array allocated with alloc()

version(Windows)
void
free
(
T
)
(
ref T array
)
out { assert (0 == array.length); }

Meta