Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lulu-berlin/seqtools
- Owner: lulu-berlin
- Created: 2015-06-23T23:45:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T17:08:42.000Z (over 9 years ago)
- Last Synced: 2024-03-05T18:32:18.348Z (10 months ago)
- Language: F#
- Homepage: http://yever.github.io/SeqTools/
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SeqTools
Tools for manipulating sequences in F#, based on the Python module itertoolsIncluding:
- count
- cycle
- repeat
- accumulate
- chain
- compress
- product
- permutations
- combinations
- combinationsWithReplacement