bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

[BC break] Rename indexed() and keys() to list() and listKeys() #55

Closed bartfeenstra closed 7 years ago

bartfeenstra commented 7 years ago

Rename indexed() and keys() to list() and listKeys() for consistency with map() and mapKeys().

This obsoletes https://github.com/bartfeenstra/fu-php/pull/44.