Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)