Bit operator defaults
Posted: Wed Jan 17, 2007 3:33 am
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)
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)