deque>sequence ( deque -- sequence )
Persistent deques

Prev:pop-back ( deque -- item newdeque )


Vocabulary
persistent.deques

Inputs
dequea deque


Outputs
sequencea sequence


Word description
Given a deque, creates a sequence containing those elements, such that the front side of the deque is the beginning of the sequence.

Definition