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