Array.secondhalf()
Jump to navigation
Jump to search
Array.secondhalf()
Gets the second half of the array.
1..5.secondhalf()
| 3 |
| 4 |
| 5 |
Gets the second half of the array.
1..5.secondhalf()
| 3 |
| 4 |
| 5 |