Bit operator defaults

Started by Jeremy Dunn, January 16, 2007, 07:33:27 PM

Previous topic - Next topic

Jeremy Dunn

Lutz,



Could we establish these defaults for a couple of the bit operators?



(& n) is the same as (& n 1)

(| n) is the same as (| n 1)