# Packages
No description provided by the author
# README
go-itertools
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