Count returns the number of set bits in this array.
()
| 61 | Capacity() uint64 |
| 62 | // Count returns the number of set bits in this array. |
| 63 | Count() int |
| 64 | // Or will bitwise or the two bitarrays and return a new bitarray |
| 65 | // representing the result. |
| 66 | Or(other BitArray) BitArray |
no outgoing calls