std.bitarray examples

Me Here p9e883002 at sneakemail.com
Sat May 10 04:21:08 PDT 2008


Janice Caron wrote:


> The documentation for std.bitarray consists in entirety of the
> sentence: "Scheduled for deprecation. Use std.bitmanip instead", so
> I'm surprised you didn't go there yourself.

Really? Which documentation are you reading because the documentation on my
harddrive that D1/Phobos starts ands with:

std.bitarray
struct BitArray; 
An array of bits. 

....

BitArray opCat(bool b); 
BitArray opCat_r(bool b); 
BitArray opCat(BitArray b); 
Support for binary operator ~ for bit arrays.

And there is no std.bitmanip list in the index?

Cheers, b.

-- 




More information about the Digitalmars-d mailing list