www.digitalmars.com         C & C++   DMDScript  

D - Streaming Operator

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
Dec 18 2003