Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fantasy-seqs

SimonRichardson7.5kMIT0.0.5

Homogenous array sequence data structure.

fantasyland, list, array, monad

readme

Fantasy Seq

This library implements purely functional, monadic homogenous list 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