r20100831084030
Details
-
FilenameLibLinq-1.0-r20100831084030.zip
-
Uploaded by
-
UploadedAug 31, 2010
-
Size35.94 KB
-
Downloads60
-
MD5a11b87c4eab97f6942f8367cf3eed083
Supported WoW Retail Versions
- 3.3.5
Changelog
ckknight:
- Add support for passing C#-like lambdas instead of full lua functions, e.g. "x => x*x" will transparently convert to function(x) return x*x end
- Remove old suo file
- Do not include LibStub in lib.xml since it is included in the TOC
- Fix .pkgmeta issue
- Initial commit of LibLinq-1.0, a collection management library similar to .NET's System.Linq