hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-remove-first

Creates a new array with the first `length` elements removed.
Parameter
Type
Description
self
[T]
Initial array
length
number
Number of elements to remove from start (defaults to 1)
return
[T]
New array with first `length` elements removed