The number of elements of list to skip.
The list of elements to consider.
A copy of the list with only the first list.length - n elements
Returns a list containing all but the last n elements of the given list.
The number of elements of list to skip.
The list of elements to consider.
A copy of the list with only the first list.length - n elements
Returns a list containing all but the last n elements of the given list.
The number of elements of list to skip.
A copy of the list with only the first list.length - n elements
Generated using TypeDoc
Returns a list containing all but the last
nelements of the givenlist.