Skip to content

nowayhecodes/iters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iters

Iters

Iterator, good to Go.

This package is a proof of concept of implementing some kind of high-level functional map, filter, reduce iterators.

The functions exposed here looks quite different from how iteration is done in the Go standard library. Here the end of iteration not results in an error condition.