sequence-tail>list ( index seq -- list )
Lazy lists ยป Constructing lazy lists

Prev:3lazy-list ( a b c -- lazy-cons )
Next:>list ( object -- list )


Vocabulary
lists.lazy

Inputs
indexan integer 0 or greater
seqa sequence


Outputs
lista list


Word description
Convert the sequence into a list, starting from index.

See also
>list

Definition