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

https://github.com/syaiful6/itertools

Iteratator algebra, heavy inspired by python itertools module.
https://github.com/syaiful6/itertools

Last synced: 8 months ago
JSON representation

Iteratator algebra, heavy inspired by python itertools module.

Awesome Lists containing this project

README

          

### Itertools

Iteratator algebra, heavy inspired by python itertools module. The motivation behind
this project are to provides support for the usual functional suspects (map, filter,
reduce...) that work for all arbitrary iterables (arrays, traversables, iterators and aggregates).

### Install

```composer require syaiful6/itertools```