Removes the item at a specified index from a list.
Index of the item to remove.
Linked list.
A new linked list with the item at index index removed.
index
Removes the item at a specified index from a list.