Drops an arbitrary number of items from the start of a list.
Number of items to drop.
Linked list.
A new linked list with the first offset list items removed.
offset
Drops an arbitrary number of items from the start of a list.