IsEmpty checks to see if any values are set on the bitarray
()
| 75 | ToNums() []uint64 |
| 76 | // IsEmpty checks to see if any values are set on the bitarray |
| 77 | IsEmpty() bool |
| 78 | } |
| 79 | |
| 80 | // Iterator defines methods used to iterate over a bit array. |
no outgoing calls