syaiful6/itertools

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

Maintainers

Package info

github.com/syaiful6/itertools

pkg:composer/syaiful6/itertools

Statistics

Installs: 108

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.3 2016-05-27 15:25 UTC

This package is auto-updated.

Last update: 2026-03-12 20:25:09 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