Handbook
Glossary
>tee-stream< ( tee-stream -- in out )
Vocabulary
io
.
streams
.
tee
.
private
Inputs
tee-stream
an
object
Outputs
in
an
object
out
an
object
Definition
USING:
accessors
kernel
;
IN:
io.streams.tee.private
:
>tee-stream<
( tee-stream -- in out )
[
in>>
]
[
out>>
]
bi
;
inline