| removeBack.Deque {Containers} | R Documentation |
This method removes and returns the back element of a Deque.
e = aDeque$removeBack()
removeBack removes and returns the back element of the Deque in question, or returns NULL if the Deque is empty.
John Hughes