Array.slices()
Jump to navigation
Jump to search
Array.slices(SliceExpression)
Returns a shallow copy of a portion of an array into a new array object selected from begin to end (end not included) where begin and end represent the index of items in that array. The original array will not be modified.