std.bitmanip - bitshift?

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Dec 12 17:29:30 PST 2014


Here's my implementation of <<= and >>= for BitArray:

	https://github.com/D-Programming-Language/phobos/pull/2797

While working with the code, I found that there are a lot of areas that
need improvement. If I have some time I'll file separate PR's for them.


T

-- 
VI = Visual Irritation


More information about the Digitalmars-d-learn mailing list