lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 204 forks source link

Add repeat() #170

Closed phanan closed 5 years ago

phanan commented 6 years ago

Adding a repeat() function that can be used to create a function that can be used to execute a given closure multiple times.

phanan commented 5 years ago

Replaced by #193.