dhii / set
A set implementation
v0.1-alpha1
2018-04-11 12:53 UTC
Requires
- php: ^5.4 | ^7.0
- dhii/collections-interface: ^0.2-alpha4
- dhii/exception: ^0.1-alpha4
- dhii/i18n-helper-base: ^0.1
- dhii/normalization-helper-base: ^0.1-alpha2
- dhii/stringable-interface: ^0.1
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2026-03-07 07:28:55 UTC
README
Details
A set implementation.
Classes
AddCapableOrderedList- A list that can have items added after creation. Will iterate over the items in the order they were added.