A little library to use a dynamic bitset using a vector and 32 unsigned integers. Keep in mind that the SIZE input wants to know how many u32's to allocate so 1=32, 2=64, etc.
A little library to use a dynamic bitset using a vector and 32 unsigned integers. Keep in mind that the SIZE input wants to know how many u32's to allocate so 1=32, 2=64, etc.