srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

How about adding the new data structure bitmasks, as the bitset in stl of c++ #86

Open nimitbhardwaj opened 7 years ago

nimitbhardwaj commented 7 years ago

I once worked with the bitset of c++ its quite handy sometimes when you do competitive coding and is also useful for the works regarding OS studies. So I think it should be implemented

srdja commented 7 years ago

Sounds like a good idea.

nimitbhardwaj commented 7 years ago

see PR at #87