Handbook
Glossary
>sequence-stream< ( stream -- i underlying )
Vocabulary
io
.
streams
.
sequence
Inputs
stream
an
object
Outputs
i
an
object
underlying
an
object
Definition
USING:
accessors
kernel
;
IN:
io.streams.sequence
:
>sequence-stream<
( stream -- i underlying )
[
i>>
]
[
underlying>>
]
bi
;
inline