Summary of available methods (See file "BitVector.txt")
Especially interesting methods:
- "Interval_Substitute()"
(is to bit vectors what "splice" is to Perl arrays)
- "Interval_Scan_...()"
(finds contiguous blocks of set bits)
- "Chunk_...()"
(allows access to packets of bits at a time of chooseable size)
- "...Reverse()"
(same to bit vectors as Perl's "reverse" for strings)