Ok, so I wrote about a nifty little structure I found within the .NET framework and in doing some searching found that a BitVector64 didn’t exist anywhere. So being bored, and figuring it would only take me a couple hours, I went ahead and did an implementation of a 64-bit version of the BitVector32 structure. [...]