Signed word lengths and indexes

Kagamin spam at here.lot
Thu Jun 17 03:52:05 PDT 2010


Don Wrote:

> (D has introduced ANOTHER instance of this with the ridiculous >>> 
> operator.
> byte b = -1;
> byte c = b >>> 1;
> Guess what c is!
> )

:)
Well, there was issue. Wasn't it fixed?
More interesting case is
byte c = -1 >>> 1;


More information about the Digitalmars-d mailing list