Name
sequence
Usage
builtin-function
Syntax
(sequence seq)
(sequence xform &rest seqs)
Description
The first form is equivalent to (as-lazy-list seq).
The second form creates a lazy list from the values returned by the
transducer xform.
See also
map reduce transduce