<connected-pair> ( encoding -- stream stream )


Vocabulary
io.pipes

Inputs
encodingan encoding specifier


Outputs
streama bidirectional stream


Word description
Opens two pipes wrapped into a stream. These are connected so that their input-stream redirects to the other pipe.

Definition


:: <connected-pair> ( encoding -- stream stream )
encoding <pipe> :> x encoding <pipe> :> y x in>> :> xin y
in>> :> yin yin x in<< xin y in<< x y ;