removeBack.Deque {Containers}R Documentation

Remove the Back Element of a Deque

Description

This method removes and returns the back element of a Deque.

Details

e = aDeque$removeBack()

Value

removeBack removes and returns the back element of the Deque in question, or returns NULL if the Deque is empty.

Author(s)

John Hughes


[Package Containers version 1.2 Index]