Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BitSetJS test 22 33 44 66 77 88 99
# BitSetJS test 22 33 44 66 77 88 99 00

Library to create and deal with a BitSet in ES6. BitSet creates a bit array, which allows us to store a big amount of binary flags in a very memory-wise efficient manner.

Expand Down Expand Up @@ -63,7 +63,7 @@ Toggles (inverts) the bit at `N` index.

**toString()**

Returns "\[object BitSet\]" in order to identify the object as a Bitset.
Returns \[object BitSet\] in order to identify the object as a Bitset.

**stringify()**

Expand Down