sequence>deque ( sequence -- deque )
Persistent deques

Prev:<deque> ( -- deque )
Next:deque-empty? ( deque -- ? )


Vocabulary
persistent.deques

Inputs
sequencea sequence


Outputs
dequea deque


Word description
Given a sequence, creates a deque containing those elements in the order such that the beginning of the sequence is on the front and the end is on the back.

Definition