Blocks returns an iterator to be used to iterate over the bit array.
()
| 49 | // Blocks returns an iterator to be used to iterate |
| 50 | // over the bit array. |
| 51 | Blocks() Iterator |
| 52 | // Equals returns a bool indicating equality between the |
| 53 | // two bit arrays. |
| 54 | Equals(other BitArray) bool |
no outgoing calls
no test coverage detected