enumerators provides a consistent Enumerator[T] interface for slices, channels, and custom generators, with LINQ-style composition.
Module: github.com/fgrzl/enumerators
| Document | Description |
|---|---|
| Overview | Interface, disposal, and built-in sources |
| Getting started | Slice, channel, and pipeline examples |
| Operations | Map, filter, take, aggregate helpers |
- README — project entry point
- CHANGELOG — release notes
- CONTRIBUTING — contribution workflow