There are a number of methods in the standard library bit vector that it might be nice to support here too such as:
It would be nice to also have some basic information to determine how "full" a bit array is, especially for Bloom filters, etc:
Open question if all of these functions should take no arguments or if they should take something that implements RangeArgument to allow finer granularity.