Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RoaringBitmap/roaring
/ Next
Method
Next
roaring64/iterables64.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
type
IntIterable64
interface
{
9
HasNext() bool
10
Next() uint64
11
}
12
13
// IntPeekable64 allows you to look at the next value without advancing and
Callers
15
TestReverseIteratorCount
Function · 0.65
TestReverseIterator
Function · 0.65
TestIteratorPeekNext
Function · 0.65
TestIteratorInitialize
Function · 0.65
String
Method · 0.65
TestFlip64COW
Function · 0.65
TestFlip64OffCOW
Function · 0.65
BenchmarkIterator123
Function · 0.65
Next
Method · 0.65
Next
Method · 0.65
TestHoldReference
Function · 0.65
TestRangeBig
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
TestReverseIteratorCount
Function · 0.52
TestReverseIterator
Function · 0.52
TestIteratorPeekNext
Function · 0.52
TestIteratorInitialize
Function · 0.52
TestFlip64COW
Function · 0.52
TestFlip64OffCOW
Function · 0.52
BenchmarkIterator123
Function · 0.52
TestHoldReference
Function · 0.52
TestRangeBig
Function · 0.52
TestLT
Function · 0.52
TestGT
Function · 0.52
TestGE
Function · 0.52