Categorygithub.com/sectrean/go-seq
repositorypackage
0.7.0
Repository: https://github.com/sectrean/go-seq.git
Documentation: pkg.go.dev

# README

go-seq

Go Reference

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.

Install

go get github.com/sectrean/go-seq