Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 680 Bytes

File metadata and controls

19 lines (13 loc) · 680 Bytes

Enumerators documentation

enumerators provides a consistent Enumerator[T] interface for slices, channels, and custom generators, with LINQ-style composition.

Module: github.com/fgrzl/enumerators

Start here

Document Description
Overview Interface, disposal, and built-in sources
Getting started Slice, channel, and pipeline examples
Operations Map, filter, take, aggregate helpers

Related