ToNums converts this bit array to the list of numbers contained within it.
()
| 73 | // ToNums converts this bit array to the list of numbers contained |
| 74 | // within it. |
| 75 | ToNums() []uint64 |
| 76 | // IsEmpty checks to see if any values are set on the bitarray |
| 77 | IsEmpty() bool |
| 78 | } |
no outgoing calls