Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Updated OrderEnumerable to use standardized SortContext that can be r…
Browse files Browse the repository at this point in the history
…eused by other sorting mechanism. SortContext<T> Implements IComparer<T>.

Extended Enumerable to have:
orderUsing(comparison);
orderUsingReversed(comparison);

Extended OrderedEnumerable to have:
thenUsing(comparison);
thenUsingReversed(comparison);

This allows for any comparison to be used instead of only keys.
  • Loading branch information
electricessence committed Nov 3, 2015
1 parent 6330647 commit a0ae157
Show file tree
Hide file tree
Showing 21 changed files with 424 additions and 245 deletions.
134 changes: 63 additions & 71 deletions dist/commonjs/System.Linq/Linq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/System.Linq/Linq.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/commonjs/System/Collections/Array/Sort.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a0ae157

Please sign in to comment.