Versions in this module Expand all Collapse all v1 v1.0.1 Feb 24, 2026 v1.0.0 Feb 23, 2026 Changes in this version + func Pull2[K, V any](seq Seq2[K, V]) (next func() (K, V, bool), stop func()) + func Pull[V any](seq Seq[V]) (next func() (V, bool), stop func()) + type Seq func(yield func(V) bool) + type Seq2 func(yield func(K, V) bool)