yanatan16 / itertools

A golang implementation of the python standard library module.
297 stars 23 forks source link

Add Combinations #4

Closed rdooley closed 5 years ago

rdooley commented 5 years ago

The actual changes are the Combinations func and corresponding test. The rest is autoformatting introduced on write using https://github.com/fatih/vim-go

rdooley commented 5 years ago

I think there is a solid case for having something like CombinatoricIter chan []interface{} too

rdooley commented 5 years ago

This repo appears stale (and after some more time working in it, perhaps un go)