0.0.4 • Published 9 years ago

ranges-data v0.0.4

Weekly downloads
1
License
public domain
Repository
-
Last release
9 years ago

Ranges for JavaScript

This is a D-inspired implenentation of ranges for JavaScript.

Ranges are very similar to iterators, in that they are used to iterate and perform operations on sequences of elements (such as arrays), but have a slightly different API.

Ranges are traversed asynchronously and lazily, making it easy to use with AJAX requests, paged or otherwise.

Documentation is available at ReadTheDocs.

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago