Athari / YaLinqo

Yet Another LINQ to Objects for PHP [Simplified BSD]
https://athari.github.io/YaLinqo
BSD 2-Clause "Simplified" License
439 stars 39 forks source link

Add append and prepend methods #27

Closed Athari closed 6 years ago

Athari commented 6 years ago

Add append and prepend LINQ methods from .NET 4.7.1 / .NET Core 1.0 / .NET Standard 1.6.

Related: #9

Athari commented 6 years ago

Turns out concat was missing all this time too. Added all three.