ClearBit clears the bit at the given position. This function returns an error if the position is out of range. A sparse bit array never returns an error.
(k uint64)
| 44 | // function returns an error if the position is out |
| 45 | // of range. A sparse bit array never returns an error. |
| 46 | ClearBit(k uint64) error |
| 47 | // Reset sets all values to zero. |
| 48 | Reset() |
| 49 | // Blocks returns an iterator to be used to iterate |
no outgoing calls