hxLINQ
March 5, 2021 ยท View on GitHub
An implementation of LINQ in Haxe.
Originally based on the LINQ to JavaScript (JSLINQ) Project, but was heavily modified to bring it closer to the original C# LINQ.
Usage
You can refer to the original LINQ documentation / API list, or look at Test.hx.
Haxe user should find it very similar to the Lambda class. hxLINQ is Array based and basically a super set of Lambda.