digitalmars.D - DMD 0.148 - bit is replaced with bool
- Walter Bright (3/3) Feb 25 2006 No more bit arrays. Bit is now aliased to bool, which is a 1 byte boolea...
No more bit arrays. Bit is now aliased to bool, which is a 1 byte boolean type. The alias takes care of most uses of bits, but if you really need bit[], the new std.bitarray should suffice.
Feb 25 2006