We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bd8ad commit 3148b47Copy full SHA for 3148b47
README.md
@@ -15,8 +15,12 @@ composer require dcsg/php-immutable-collections
15
16
#### What Problems does this solve?
17
18
-* Immutable List Collection
19
-* Immutable Set Collection
+The lack of Generics in PHP does not allow to have typed collections in PHP.
+
20
+This Library provides two abstract Immutable Collections:
21
22
+* Immutable List Collection - ImmutableCollection
23
+* Immutable Set Collection - SetImmutableCollection
24
25
#### Why Typed Immutable Collections
26
0 commit comments