Capacity returns either the given capacity of the bit array in the case of a dense bit array or the highest possible seen capacity of the sparse array.
()
| 59 | // in the case of a dense bit array or the highest possible |
| 60 | // seen capacity of the sparse 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 |
no outgoing calls