Skip to content

matthewhughes934/go-itertools

Repository files navigation

go-itertools

Go Reference

Library providing functions for working with Go 1.23 sequences and iterators. Inspired by some built-in Python functions like chain and zip and the Python itertools module.

See the docs for more