What is the C# equivalent of std::bitset of C++?
std::bitset
There are a few options, including BitVector32, and BitArray.
2.1m questions
2.1m answers
60 comments
57.0k users