hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-remove

Creates a new array with the element at the specified index removed.
Parameter
Type
Description
self
[T]
Initial array
index
number
Index of element to remove
return
[T]
New array with element at index removed