Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ Next
Method
Next
roaring.go:516–516 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
514
type
IntIterable
interface
{
515
HasNext() bool
516
Next() uint32
517
}
518
519
// IntPeekable allows you to look at the next value without advancing and
Callers
15
TestExample_roaring060
Function · 0.65
String
Method · 0.65
equalsBitSet
Method · 0.65
TestFlip64COW
Function · 0.65
TestFlip64OffCOW
Function · 0.65
TestReverseIteratorCount
Function · 0.65
TestFlip64
Function · 0.65
TestFlip64Off
Function · 0.65
equalsBitSet
Function · 0.65
TestReverseIterator
Function · 0.65
TestIteratorPeekNext
Function · 0.65
BenchmarkIterator123
Function · 0.65
Implementers
5
intIterator
roaring.go
intReverseIterator
roaring.go
unsetIterator
roaring.go
intIterator
roaring64/iterables64.go
intReverseIterator
roaring64/iterables64.go
Calls
no outgoing calls
Tested by
15
TestExample_roaring060
Function · 0.52
TestFlip64COW
Function · 0.52
TestFlip64OffCOW
Function · 0.52
TestReverseIteratorCount
Function · 0.52
TestFlip64
Function · 0.52
TestFlip64Off
Function · 0.52
equalsBitSet
Function · 0.52
TestReverseIterator
Function · 0.52
TestIteratorPeekNext
Function · 0.52
BenchmarkIterator123
Function · 0.52
TestByteInputFlow
Function · 0.52
iteratorBitsInvariant
Function · 0.52