syaiful6/itertools

iterator building block building blocks inspired by constructs from other language.

0.1.3 2016-05-27 15:25 UTC

This package is auto-updated.

Last update: 2024-04-12 16:20:39 UTC


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