This repo is a pure python implementation for intbitset.
- Python 3.8 or later
pip install bitcodebitcode is a fallback library for intbitset, so the intbitset class and its methods
have same names and parameters.
Below listed are the implemented classes and methods.
intbitset
addclearcopydifferencedifference_updatediscardisdisjointissupersetissubsetremovestrbitssymmetric_differencesymmetric_difference_updatetolistunionunion_updateintersectionintersection_update__and____eq____contains____len____iter____hash____str__
For documentation please refer to: https://intbitset.readthedocs.io/en/latest/