MCPcopy Create free account
hub / github.com/Soft/iter / stringIter

Struct stringIter

iterator.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type stringIter struct {
12 input string
13}
14
15// String returns an Iterator yielding runes from the supplied string.
16func String(input string) Iterator[rune] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected