Versions in this module Expand all Collapse all v1 v1.65.0 Jan 7, 2025 Changes in this version + func CollectWithErrors[V any](seq Seq2[V, error]) ([]V, error) + func FlattenWithErrors[V any](seq Seq2[[]V, error]) ([]V, error) + type Seq func(yield func(V) bool) + type Seq2 func(yield func(K, V) bool)