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.