December 18, 2003
Just re-opening the streams discussion.

What about <> as a streaming operator?

ie
out <> a <> b;
in <> a <> b;

You could use >< for in streams, but that could have phasing problems.

-Anderson