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 1.2.3
(stable)
|
* Make pop() on Sequences affect iterators the same way that `$o->offsetUnset(count($o) - 1)` would. (Move iterators pointing to the removed entry backwards by 1) * Make pop() on MutableIterable move iterators pointing to that entry backwards. * Properly convert references to non-references in some Collection constructors/unserializers and `Teds\unique_values()` |