Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 310 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 310 Bytes

A simple BitArray

A simple bit array (fixed size) in Objective C for Bitwise operation, also BitArray is always a good candidate to try Unit Test.

CFBitVector seems a little bit complicated and lacks supports for Bitwise operation.

Setting Mach-O Type to Static Library although I built it as framework