https://issues.dlang.org/show_bug.cgi?id=14417

--- Comment #3 from Johan Engelen <[email protected]> ---
Note, the BitArray code can be made much simpler by changing to a fixed-size
type like ubyte, instead of using size_t:
ubyte[] valid
ubyte* valid_ptr
size_t valid_len

--

Reply via email to