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

https://github.com/parzh/xrange__func

Functional sequencer of `xrange`, provided as a separate package
https://github.com/parzh/xrange__func

Last synced: about 2 months ago
JSON representation

Functional sequencer of `xrange`, provided as a separate package

Awesome Lists containing this project

README

          

# `@xrange/func`

### Functional sequencer of `xrange`, provided as a separate package



Created with create-package-typescript

## Differences from `xrange`:
- only functional implementation: `xrange(start, predicate, next, maxMemo?)`;
- no proper support of decimal numbers, only integers;
- no custom errors, such as `"argument is not a function"` or `"argument is not a valid length"`;
- only Node.JS is supported (for now at least);