Skip to content

Commit 4ece5d2

Browse files
authored
Update README.md
1 parent d3cfeea commit 4ece5d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,23 +156,23 @@ Mutable; Toggles a portion of a given bitset
156156

157157
BitSet not()
158158
---
159-
Immutable; Calculates the bitwise not
159+
Immutable; Calculates the bitwise complement
160160

161161
BitSet and(Mixed x)
162162
---
163-
Immutable; Calculates the bitwise and between two bitsets
163+
Immutable; Calculates the bitwise intersection of two bitsets
164164

165165
BitSet or(Mixed x)
166166
---
167-
Immutable; Calculates the bitwise or between two bitsets
167+
Immutable; Calculates the bitwise union of two bitsets
168168

169169
BitSet xor(Mixed x)
170170
---
171171
Immutable; Calculates the bitwise xor between two bitsets
172172

173173
BitSet andNot(Mixed x)
174174
---
175-
Immutable; Calculates the bitwise andNot between two bitsets (this is not the nand operation!)
175+
Immutable; Calculates the bitwise difference of two bitsets (this is not the nand operation!)
176176

177177
BitSet clone()
178178
---

0 commit comments

Comments
 (0)