From c4e90f4246dbabef341d4dbeb75c3d1d4bd9a27c Mon Sep 17 00:00:00 2001 From: "alexander.nutz" Date: Mon, 25 Mar 2024 10:53:09 +0100 Subject: [PATCH] what the fuck jitpack?? --- doc/bit_vec.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/bit_vec.md 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