back.Deque {Containers}R Documentation

Inspect the Back Element of a Deque

Description

This method returns the back element of a Deque.

Details

aDeque$back()

Value

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

Author(s)

John Hughes


[Package Containers version 1.2 Index]