BitArray - Is there one?

Jonathan M Davis jmdavisProg at gmx.com
Sun May 27 11:25:24 PDT 2012


On Sunday, May 27, 2012 20:21:23 Era Scarecrow wrote:
> On Sunday, 27 May 2012 at 18:18:13 UTC, Era Scarecrow wrote:
> > On Sunday, 27 May 2012 at 17:26:33 UTC, Chris Cain wrote:
> >> And also std.container.Array ... it has a specialization that
> >> packs bools. It also appears to be more modern.
> >> 
> >  Unfortunately I'm not following, either in the documentation
> > 
> > or glancing over the sources.
> 
>   Nevermind, was looking in std.array and not std.container.
> 
>   So should I work on std.bitmanip.BitArray?

AFAIK, there are no plans to get rid of it due to the bool packing in 
std.container.Array, so if there's anything that you can do to improve it, go 
right ahead. Help is welcome.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list