type iter.Seq2
19 uses
iter (current package)
iter.go#L229: type Seq2[K, V any] func(yield func(K, V) bool)
iter.go#L376: func Pull2[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func()) {
go.pact.im/x/httprange
ranger.go#L51: Range(ctx context.Context, spec Specifier) iter.Seq2[Range, error]
ranger.go#L66: func (r *HTTPRanger) Range(ctx context.Context, spec Specifier) iter.Seq2[Range, error] {
go.pact.im/x/phcformat
params.go#L40: func (it *ParamsIterator) Iter() iter.Seq2[string, string] {
go/types
under.go#L35: func typeset(t Type) iter.Seq2[Type, Type] {
golang.org/x/tools/go/packages
visit.go#L113: func sorted[M ~map[K]V, K cmp.Ordered, V any](m M) iter.Seq2[K, V] {
golang.org/x/tools/internal/typesinternal
types.go#L250: func ImplicitFieldSelections(seln types.Selection) iter.Seq2[*types.Var, bool] {
google.golang.org/grpc/attributes
attributes.go#L161: func (a *Attributes) all() iter.Seq2[any, any] {
google.golang.org/grpc/resolver
map.go#L163: func (a *AddressMapV2[T]) All() iter.Seq2[Address, T] {
map.go#L267: func (em *EndpointMap[T]) All() iter.Seq2[Endpoint, T] {
maps
iter.go#L12: func All[Map ~map[K]V, K comparable, V any](m Map) iter.Seq2[K, V] {
iter.go#L50: func Insert[Map ~map[K]V, K comparable, V any](m Map, seq iter.Seq2[K, V]) {
iter.go#L58: func Collect[K comparable, V any](seq iter.Seq2[K, V]) map[K]V {
reflect
iter.go#L124: func (v Value) Seq2() iter.Seq2[Value, Value] {
value.go#L2644: func (v Value) Fields() iter.Seq2[StructField, Value] {
value.go#L2669: func (v Value) Methods() iter.Seq2[Method, Value] {
slices
iter.go#L14: func All[Slice ~[]E, E any](s Slice) iter.Seq2[int, E] {
iter.go#L26: func Backward[Slice ~[]E, E any](s Slice) iter.Seq2[int, E] {