func iter.Pull2

2 uses

	iter (current package)
		iter.go#L376: func Pull2[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func()) {

	go.pact.im/x/httprange
		bytes.go#L91: 	next, stop := iter.Pull2(r.Ranger.Range(ctx, spec))