Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 252 Bytes

Iter tools for Go(Golang)

The stable version has been moved to : https://github.com/serge-hulne/go_iter

Defines:

  • Filter
  • Map
  • Reduce
  • Range
  • Take on collections of integers.

Can easily be extended / generalized to all collection types.