bit_array Template BitSet with a BitProxy for operator[], bitwise operations, and LUT-based popcount. Layout bit_array/ ├── include/ # public API ├── src/ # implementation ├── test/ ├── Makefile └── README.md Build & Run make make run