Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonrichardson/fantasy-seqs
Array sequence data structure
https://github.com/simonrichardson/fantasy-seqs
Last synced: 22 days ago
JSON representation
Array sequence data structure
- Host: GitHub
- URL: https://github.com/simonrichardson/fantasy-seqs
- Owner: SimonRichardson
- Created: 2013-12-13T14:59:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T20:14:35.000Z (almost 11 years ago)
- Last Synced: 2024-10-08T14:55:40.936Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fantasy Seq
This library implements purely functional, monadic homogenous array
data structure.```javavscript
var a = Seq.from(0, 12);
a.take(0, 10); // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
```## Fantasy Land Compatible
[
![](https://raw.github.com/fantasyland/fantasy-land/master/logo.png)
](https://github.com/fantasyland/fantasy-land)