Removes and returns the first node from a doubly linked list.
O(1)
The type of the list.
The list instance.
The removed node, or undefined if the list is empty.
undefined
Removes and returns the first node from a doubly linked list.
O(1)
O(1)