LinkedList.removeFirst

removes the first node in list

If the list is empty, this function does nothing

class LinkedList(T)
void
removeFirst
()

Meta