DMD 0.148 - bit is replaced with bool

Walter Bright newshound at digitalmars.com
Sat Feb 25 17:55:54 PST 2006


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. 





More information about the Digitalmars-d mailing list