func iter.Pull2
3 uses
iter (current package)
iter.go#L374: func Pull2[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func()) {
github.com/rogpeppe/ioseq
seq.go#L114: r.next, r.close = iter.Pull2(r.seq)
go.pact.im/x/httprange
bytes.go#L91: next, stop := iter.Pull2(r.Ranger.Range(ctx, spec))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)