diff --git a/doc/bit_vec.md b/doc/bit_vec.md new file mode 100644 index 0000000..70be48f --- /dev/null +++ b/doc/bit_vec.md @@ -0,0 +1,4 @@ +# BitVec +BitVecs are like BitSets in other programming languages. + +They provide an efficient way of modifying, reading and writing bits \ No newline at end of file