After table 6.10 in the spec, there's an open question "should we support the traditional C-style >> and << bitshift operators?"
I say we should. It's an important feature even if it's seldom used. What I don't really know is if it should be extensible or just an operator for Integral types.
After table 6.10 in the spec, there's an open question "should we support the traditional C-style >> and << bitshift operators?"
I say we should. It's an important feature even if it's seldom used. What I don't really know is if it should be extensible or just an operator for Integral types.