Namespace Jyxo\Spl
| ArrayUtil | Utilities for working with arrays. |
| CountableLimitIterator | \LimitIterator which supports \Countable for transparent wrapping. |
| FilterIterator | Iterator which uses a callback or closure for filtering data. |
| MapIterator | Iterator which applies a callback over results (lazy-loaded calls). Supports iteration over both \Traversable and array. |
| Object | Default object class. |
| ObjectCache | Simple object cache so we don't have to create them or write caching over again. |
| ArrayCopy | Object which can be converted to an array. |