go-seq (pronounced "go seek") is a Go package for working with sequences.
Go 1.23 introduced iterators and the iter.Seq
and iter.Seq2
sequence types. This package provides functions to transform, filter, collect, and reduce sequences.
go get github.com/sectrean/go-seq