Commit Graph

8 Commits

Author SHA1 Message Date
2f1b285e83
bitmask.py: add subtraction operators 2022-07-29 21:44:30 -04:00
fe2bfd9356
bitmask.py: clarify logic on discard, remove 2022-07-27 22:07:15 -04:00
0e67984d99
bitmask.py: remove negative number unit test
Negative numbers are possible because signed integers could be used.
2022-07-27 21:59:51 -04:00
22b1d55298
bitmask.py: add unit tests 2022-07-27 17:54:54 -04:00
66bdab797d
Bitmask: add __eq__ method 2022-07-27 15:10:22 -04:00
8e0c2d1fe1
Add LICENSE 2022-07-26 20:20:24 -04:00
f62caadb0f
bitmask.py: add basic Bitmap class 2022-07-26 20:19:16 -04:00
b8770c2225
Initial commit 2022-07-26 20:19:05 -04:00