Searched defs:Seq2 (Results 1 – 8 of 8) sorted by relevance
115 func (v Value) Seq2() iter.Seq2[Value, Value] { func
15 func Seq2[T1 any, T2 any](v1 T1, v2 T2) Src[T2] { func
15 type Seq2[T1, T2 any] func(yield func(T1, T2) bool) type
209 type Seq2[K, V any] func(yield func(K, V) bool) type
20 class Seq2(object): class
28 class Seq2(object): class
2143 OptionalTestSeq Seq2; in TEST() local