Function Array.resize
Resize to new first and last boundaries.
void resize
(
I new_first,
I new_last
);
If the first index is changed, existing values will move.
Resize to new first and last boundaries.
void resize
(
I new_first,
I new_last
);
If the first index is changed, existing values will move.