Add a new element at the head of the linked list.
Element to add.
Linked list.
A new list with the element added at the head.
Add a new element at the head of the linked list.