amethyst / hibitset

Hierarchical bit set container
Other
118 stars 33 forks source link

`len` method #55

Open bonsairobo opened 4 years ago

bonsairobo commented 4 years ago

I think, like any container, BitSetLike, or at least BitSet, should have a len method.

WaDelma commented 4 years ago

There is no cheap way to have len for BitSetAnd and it companions, but tracking size of BitSet should be possible.