peek-front* ( deque -- obj ? )


Vocabulary
deques

Inputs
dequea deque


Outputs
objan object
?a boolean


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

Definition

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


Methods