Download the PHP package wrossmann/merging-iterator without Composer
On this page you can find all versions of the php package wrossmann/merging-iterator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package merging-iterator
MergingIterator
Takes an array of iterators and a comparator function and iterates all elements in-order.
Installation
Usage
Notes and Assumptions
- Assumes that the provided iterators themselves are in sorted order.
- Assumes that the provided comparator would sort the elements in the same order.
- Does not perform any actual sorting, only using the comparator to choose the appropriate value off the tips of the Iterators.
All versions of merging-iterator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package wrossmann/merging-iterator contains the following files
Loading the files please wait ...