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