Resizes a previously allocated array in the data segment to the specified length.
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.