Skip to content

Commit 3148b47

Browse files
author
Daniel Gomes
committed
Improve README
1 parent a7bd8ad commit 3148b47

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ composer require dcsg/php-immutable-collections
1515

1616
#### What Problems does this solve?
1717

18-
* Immutable List Collection
19-
* Immutable Set Collection
18+
The lack of Generics in PHP does not allow to have typed collections in PHP.
19+
20+
This Library provides two abstract Immutable Collections:
21+
22+
* Immutable List Collection - ImmutableCollection
23+
* Immutable Set Collection - SetImmutableCollection
2024

2125
#### Why Typed Immutable Collections
2226

0 commit comments

Comments
 (0)