/BitVector

A dynamically resizing bitvector type. The interface to `BitVector` is identical to that of a collection of booleans, but the underlying storage is minimized.

Primary LanguageSwiftApache License 2.0Apache-2.0

bit-vector

A dynamically resizing bit vector type. The interface to BitVector is identical to that of a collection of Bool, but the underlying storage is minimized.