std.bitarray examples

Sean Kelly sean at invisibleduck.org
Sat May 10 10:05:00 PDT 2008


== Quote from Janice Caron (caron800 at googlemail.com)'s article
> On 10/05/2008, Me Here <p9e883002 at sneakemail.com> wrote:
> > Really? Which documentation are you reading because the documentation on my
> >  harddrive that D1/Phobos
> Oops. Using D2.
> D2 has bitfields. You might want to consider moving up. :-)

Bit fields and bit arrays are intended to solve different problems.
But fortunately, D2 just moves BitArray from std.bitarray to std.bitmanip
so no problem.


Sean



More information about the Digitalmars-d mailing list