insert

insert(index: Integer64;
       value: MemberType) updating;

The insert method of the Array class inserts the object specified in the value parameter into the array at the position specified in the index parameter.

Any entry above the insertion point is moved up one slot, thus increasing the size of the array.