Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 Changes in this version + func Enumerate[E any](seq iter.Seq[E]) iter.Seq2[int, E] + func Keys[K, V any](seq iter.Seq2[K, V]) iter.Seq[K] + func MinFunc[E any](seq iter.Seq[E], cmp func(E, E) int) E v0.23.2 Feb 12, 2024 Changes in this version + func Map(err error) error + func StopIteration() error