February 26, 2006 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. |
Copyright © 1999-2021 by the D Language Foundation