Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Soft/iter
/ Next
Method
Next
iterator.go:8–8 ·
view source on GitHub ↗
Next yields a new value from the Iterator.
()
Source
from the content-addressed store, hash-verified
6
type
Iterator[T any]
interface
{
7
// Next yields a new value from the Iterator.
8
Next() Option[T]
9
}
10
11
type
stringIter
struct
{
Callers
15
TestSlice
Function · 0.65
TestRepeat
Function · 0.65
TestTake
Function · 0.65
TestMap
Function · 0.65
TestFunc
Function · 0.65
TestEmpty
Function · 0.65
TestOnce
Function · 0.65
TestFuse
Function · 0.65
Next
Method · 0.65
Next
Method · 0.65
Next
Method · 0.65
Next
Method · 0.65
Implementers
2
stringIter
iterator.go
rangeIter
iterator.go
Calls
no outgoing calls
Tested by
8
TestSlice
Function · 0.52
TestRepeat
Function · 0.52
TestTake
Function · 0.52
TestMap
Function · 0.52
TestFunc
Function · 0.52
TestEmpty
Function · 0.52
TestOnce
Function · 0.52
TestFuse
Function · 0.52