nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Add a fill method #187

Closed nozavroni closed 6 years ago

nozavroni commented 6 years ago

It would be useful to be able to fill a collection with a given value.

$collection->fill(0); // all values will now be 0

Oops! I meant to add this to nozavroni/collect. Need to move it over there.