qiulang / BitArray

A simple bit array in Objective C for Bitwise operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple bit array in Objective C for Bitwise operation

License:MIT License


Languages

Language:Objective-C 100.0%