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