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.
- Host: GitHub
- URL: https://github.com/syaiful6/itertools
- Owner: syaiful6
- Created: 2016-04-21T10:16:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T15:14:05.000Z (about 10 years ago)
- Last Synced: 2025-07-29T22:33:59.956Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```