| 263 | } |
| 264 | |
| 265 | type bitmapContainerUnsetIterator struct { |
| 266 | ptr *bitmapContainer |
| 267 | i int |
| 268 | } |
| 269 | |
| 270 | func (bcui *bitmapContainerUnsetIterator) next() uint16 { |
| 271 | j := bcui.i |
nothing calls this directly
no outgoing calls
no test coverage detected