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.13.0
(stable)
|
* Add Teds\BitSet providing similar functionality to a Vector of booleans, using a single bit per boolean. * Fix stub documentation and qualify `\Iterator` for StableMinHeap/StableMaxHeap in documentation. |