monolith/collections

There is no license information available for the latest version (10.3) of this package.

Collection classes for the Monolith framework.

Maintainers

Package info

github.com/monolith-php/collections

pkg:composer/monolith/collections

Statistics

Installs: 557

Dependents: 9

Suggesters: 0

Stars: 1

Open Issues: 0

10.3 2022-09-12 03:07 UTC

README

Collections $$VERSION$$

Todo

- Abstract key index management out of mutable / immutable dictionary objects

Major Release 10.0

- MutableDictionary's map() arguments swapped (value, key) to (key, value)