File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,23 +156,23 @@ Mutable; Toggles a portion of a given bitset
156156
157157BitSet not()
158158---
159- Immutable; Calculates the bitwise not
159+ Immutable; Calculates the bitwise complement
160160
161161BitSet and(Mixed x)
162162---
163- Immutable; Calculates the bitwise and between two bitsets
163+ Immutable; Calculates the bitwise intersection of two bitsets
164164
165165BitSet or(Mixed x)
166166---
167- Immutable; Calculates the bitwise or between two bitsets
167+ Immutable; Calculates the bitwise union of two bitsets
168168
169169BitSet xor(Mixed x)
170170---
171171Immutable; Calculates the bitwise xor between two bitsets
172172
173173BitSet 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
177177BitSet clone()
178178---
You can’t perform that action at this time.
0 commit comments