Collection Library Like Java. Provides List, Map, and Set.
composer require wandu/collection
there is one list.
Wandu\Collection\ArrayList
Interface
@code("Contracts/ListInterface.php")
there is one map.
Wandu\Collection\ArrayMap
Interface
@code("Contracts/MapInterface.php")