/typed-collections

Typed collections are an implementation of typed lists. Collections allow us to have traversable lists of a predetermined type and its subtypes. Its behavior prevents the looseness of arrays in PHP.

Primary LanguagePHPMIT LicenseMIT

Stargazers