nozavroni / csvelte

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

Implement ArrayAccess interface for Collection #155

Closed nozavroni closed 7 years ago

nozavroni commented 7 years ago

Implement the ArrayAccess interface for the base collection class.

nozavroni commented 7 years ago

Implemented - see issue #141