Top Level :: Structures
:: teds
:: 0.7.0
:: Windows
teds 0.7.0 for Windows
Package Information |
Summary |
Provides extra data structures and iterable/array functionality. |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
BSD-3-Clause |
Description |
teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality |
Homepage |
https://github.com/TysonAndre/pecl-teds
|
Release notes
Version 0.7.0
(stable)
|
* Make `Teds\strict_hash` ignore recursion caused by unrelated functions (e.g. var_dump calling `__debugInfo` calling `strict_hash`) * Add `Teds\binary_search(array $values, mixed $target, callable $comparer = null, bool $useKey=false)` * Change parent class of `Teds\StableMaxHeap` and `Teds\StableMinHeap` to `SplHeap`. * Fix deduplication when constructing `StrictSet` from `iterable`, `StrictMap` from `Traversable`. * Add `Teds\unique_values(iterable): array` using `strict_hash` to check for duplicates. |
|
In case of missing DLLs, consider to contact the
Windows Internals List
(subscribe first).
Dependencies for release 0.7.0 |
|
|