Resizes a previously allocated array in the data segment to the specified length from beneath. New elements will become [0..length] (or removed.)
The array type.
The array to be resized.
The new length of the array.
Remarks: No validation is done that arr was previously allocated with dsNew, stay vigilant.
See Implementation
Resizes a previously allocated array in the data segment to the specified length from beneath. New elements will become [0..length] (or removed.)