/go-iter

A simple implementation of go language iterators

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

go-iter

A simple implementation of go language iterators

It is a lazy iterator, implemented using channels.

you can follow the iter_test.go to learn how to use this package.