Function: COMMON-LISP:READ-SEQUENCE

package type clhs github

Destructively modify SEQ by reading elements from STREAM. That part of SEQ bounded by START and END is destructively modified by copying successive elements into it from STREAM. If the end of file for STREAM is reached before copying all elements of the subsequence, then the extra elements near the end of sequence are not updated, and the index of the next element is returned.

Lambda list

(sb-impl::seq stream &key sb-impl::start sb-impl::end)