Add the length of the array to the end of the array.
oneExtra<countingArray<5>> // [0, 1, 2, 3, 4, 5] Copy
oneExtra<countingArray<5>> // [0, 1, 2, 3, 4, 5]
Add the length of the array to the end of the array.