Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.
/ itertools Public archive

Golang iteration stuff (Archived due to introduction of iterators in Go 1.23)

License

Notifications You must be signed in to change notification settings

h-dav/itertools

Repository files navigation

itertools

Basically python itertools in golang

Deprecated and archived as iterators are included in Go 1.23 (https://tip.golang.org/doc/go1.23#iterators)

This project is prioritising basic slice/array and string iteration

Releases

No releases published

Packages

No packages published

Languages