codelicia / immutable

🥤 A small library to work with immutable properties
MIT License
0 stars 0 forks source link

Implement Iterator on ImmutableArray #7

Closed EHER closed 3 years ago

EHER commented 5 years ago

In order to have ImmutableArray as close as possible as a classic array Iterator should be implemented.

malukenho commented 5 years ago

As talked offline, it would be nice to have a test with array_map for example.