Yields elements of an array from start index to end index. Similar to array.slice, however negative numbers as parameters are not supported yet.
Array to read from
Index to start at (inclusive)
Index to end at (exclusive)
Yields elements of an array from start index to end index. Similar to array.slice, however negative numbers as parameters are not supported yet.