>persistent-vector ( seq -- pvec )
Persistent vectors

Prev:persistent-vector
Next:PV{


Vocabulary
persistent.vectors

Inputs
seqa sequence


Outputs
pveca persistent-vector


Word description
Creates a persistent-vector with the same elements as seq.

Definition