Download the PHP package thesebas/itertools without Composer
On this page you can find all versions of the php package thesebas/itertools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thesebas/itertools
More information about thesebas/itertools
Files in thesebas/itertools
Download thesebas/itertools
More information about thesebas/itertools
Files in thesebas/itertools
Vendor thesebas
Package itertools
Short Description itertools for working with genrators/iterators
License MIT
Package itertools
Short Description itertools for working with genrators/iterators
License MIT
Please rate this library. Is it a good library?
Informations about the package itertools
thesebas/itertools
Installation
composer require thesebas/itertools
Usage
Lest assume we have some generator that yields letters.
tail
Skip all but n
items from Iterator.
head
Iterator over n
first items.
skip
Skip n
items and iterate over rest.
tee
Split Iterator to two independent Iterators (with internal buffering).
chain
Iterate over first, then second, third...
filter
Iterate ovel all but yield only filtered items.
map
Return new Iterator with mapped values
chunk
Return iterator of chunk iterators.
All versions of itertools with dependencies
PHP Build Version
Package Version
No informations.
The package thesebas/itertools contains the following files
Loading the files please wait ....