Expands the array by increasing its length with the required delta.
The array to be expanded (old size + delta).
The dimension to be increased.
true if the expansion was successful, false if the array is null or the allocator has failed.
See Implementation
Expands the array by increasing its length with the required delta.