Handbook
Glossary
stream-contents-by-element ( stream -- seq )
Vocabulary
io
.
private
Inputs
stream
an
object
Outputs
seq
an
object
Definition
USING:
io
kernel
sequences
;
IN:
io.private
:
stream-contents-by-element
( stream -- seq )
[
[
stream-read1
dup
]
curry
[
]
]
[
stream-exemplar
produce-as
nip
]
bi
;
inline