JLinq.ts(.js) is an implementation of .Net's Linq To Objects. It is built using iterators for complete lazy evaluation to reduce memory and improve performance.
Stars
10
Forks
0
Watchers
10
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
116
commits
dont use case in the order by for strings. abc is the same as ABC
bab2180View on GitHubremove duplicate interface declarations. Extend for array and read only array
2ef77ddView on GitHubfew changes to unit test to get it working with typescript 2.1. Not going to add interface and all methods for ReadonlyArray yet.
3286739View on GitHub