Open bonsairobo opened 4 years ago
I think, like any container, BitSetLike, or at least BitSet, should have a len method.
BitSetLike
BitSet
len
There is no cheap way to have len for BitSetAnd and it companions, but tracking size of BitSet should be possible.
BitSetAnd
I think, like any container,
BitSetLike
, or at leastBitSet
, should have alen
method.