/BitArray

A simple bit array in Objective C for Bitwise operation

Primary LanguageObjective-CMIT LicenseMIT

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