lispdoc - results for read-sequence |
(read-sequence seq stream &key (start 0) end) | Function: 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.
|
| Mentioned in: HyperSpec - Function READ-SEQUENCE PCL - a couple of utility functions PCL - bulk reads PCL - file output PCL - implementing shoutcast | |
(trivial-gray-streams:stream-read-sequence stream sequence start end &allow-other-keys) | Undocumented
|
read-time | |
| Mentioned in: HyperSpec - 1.5.2.1.1 Use of Read-Time Conditionals | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |