peek-back* ( deque -- obj ? )


Vocabulary
deques

Inputs
dequea deque


Outputs
objan object
?a boolean


Generic word contract
Returns the object at the back of the deque, and a boolean indicating if an object was found.

Definition

GENERIC: peek-back* ( deque -- obj ? )


Methods