Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lulu-berlin/seqtools

Tools for manipulating sequences in F#, based on the Python module itertools
https://github.com/lulu-berlin/seqtools

Last synced: 10 days ago
JSON representation

Tools for manipulating sequences in F#, based on the Python module itertools

Awesome Lists containing this project

README

        

# SeqTools
Tools for manipulating sequences in F#, based on the Python module itertools

Including:

- count
- cycle
- repeat
- accumulate
- chain
- compress
- product
- permutations
- combinations
- combinationsWithReplacement