soniakeys / graph

Simple and fast graph library
72 stars 7 forks source link

zero bit iterator #63

Closed soniakeys closed 7 years ago

soniakeys commented 7 years ago

Currently Bits.From and Iterate look for 1 bits. It would be nice to able to do the same for 0 bits. Also needed in this case would be an n, a limit to search to.

soniakeys commented 7 years ago

Done in new bits package.