Skip to content

andyli/hxLINQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hxLINQ

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.