srdja / Collections-C

A library of generic data structures for the C language.

Home Page:http://srdja.github.io/Collections-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nimitbhardwaj opened this issue · comments

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

Sounds like a good idea.

see PR at #87