MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / runUnsetIterator16

Struct runUnsetIterator16

runcontainer.go:1989–1993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1987}
1988
1989type runUnsetIterator16 struct {
1990 rc *runContainer16
1991 curIndex int
1992 nextVal int
1993}
1994
1995func (rc *runContainer16) newRunUnsetIterator16() *runUnsetIterator16 {
1996 rui := &runUnsetIterator16{rc: rc, curIndex: 0, nextVal: 0}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected