Would it be possible to implement the Hash trait for RoaringBitmap? It looks like this can be derived automatically (via ArrayStore/BitmapStore, Store, and Container). Alternatively, perhaps something like the hash function in pyroaring would be more suitable?
Would it be possible to implement the
Hashtrait forRoaringBitmap? It looks like this can be derived automatically (viaArrayStore/BitmapStore,Store, andContainer). Alternatively, perhaps something like the hash function in pyroaring would be more suitable?