fantasy-seqs

0.0.5 • Public • Published

Fantasy Seq

This library implements purely functional, monadic homogenous array data structure.

var a = Seq.from(0, 12);
a.take(0, 10); // 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Fantasy Land Compatible

Readme

Keywords

none

Package Sidebar

Install

npm i fantasy-seqs

Weekly Downloads

3

Version

0.0.5

License

MIT

Last publish

Collaborators

  • stickupkid