roaring-rs
roaring-rs copied to clipboard
Make proptests generic over `BitSetValueTree`
Then we get the same test suite for free on
RoaringTreemapStoreArrayStoreBitmapStoreRunStore(future) #12
AND we'd be able to add new generator/shink strategies, for example generating two Stores such that lhs is a RunStore and rhs is an ArrayStore, we could trivially test set ops for every combination!
@Kerollmops @josephglanville
Would this help your work in #66?