mixed head()
Get the element at the head of the list.
Throws an error if the list is empty.
is_empty() , tail() , pop()