Creates a slice of array with n elements dropped from the beginning.
The array to query.
Optional
The number of elements to drop.
Returns the slice of array.
Creates a slice of array with n elements dropped from the beginning.