www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DMD 0.148 - bit is replaced with bool

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