genesis icon indicating copy to clipboard operation
genesis copied to clipboard

All generic functions for Go you ever need!

Results 1 genesis issues
Sort by recently updated
recently updated
newest added

The package `iters` (or `iterators`, I'm not 100% sure about the name yet) provides functions for lazy iteration. It's useful for piping a large amount of data. Like a channel...