README ¶ Functional Programming in Go A library of iterators for use with iter.Seq. // The first 5 natural numbers numbers := slices.Collect( it.Take(it.Count(), 5), ) // All even numbers evens := it.Filter(it.Count(), filter.IsEven) // String representations of integers numbers := it.Map(it.Count(), strconv.Itoa) Read the docs to see the full iterator library. Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis internal assert fifo it filter This package contains functions intended for use with [iter.Filter]. This package contains functions intended for use with [iter.Filter]. op Click to show internal directories. Click to hide internal directories.