Intersects returns a bool indicating if the other bit array intersects with this bit array.
(other BitArray)
| 55 | // Intersects returns a bool indicating if the other bit |
| 56 | // array intersects with this bit array. |
| 57 | Intersects(other BitArray) bool |
| 58 | // Capacity returns either the given capacity of the bit array |
| 59 | // in the case of a dense bit array or the highest possible |
| 60 | // seen capacity of the sparse array. |
no outgoing calls