Adds a node to the end of a doubly linked list.
O(1)
The type of the list.
The list instance.
The node to add.
Adds a node to the end of a doubly linked list.
O(1)
O(1)