- Added __len__ which gives a good estimate of how many elements were
inserted [FEATURE]
- Removed __ixor__ since it didn't make much sense.
- Added .intersect() and .union() as a synonym for __iand__ and __ior__ [FEATURE]
- Added reserved space to the BloomFilter structure to support future updates. [FEATURE]