Difference between revisions of "Array.firsthalf()"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
==See also== | ==See also== | ||
− | [[Array.secondhalf |secondhalf]] | + | [[Array.secondhalf() |secondhalf]] |
Latest revision as of 08:12, 21 April 2020
Array.firsthalf()
Gets the first half of the array.
1..5.firsthalf()
1 |
2 |