You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,31 +19,31 @@ Multiplex is a set of data-structures and implementation of .Net LINQ methods in
19
19
* Over 40 LINQ methods (90 method overloads).
20
20
* LINQ lazy evaluation.
21
21
* TypeScript support.
22
-
* Support for [Lambda notation](https://github.com/multiplex/multiplex.js#the-lambda-notation), [Object literal](https://github.com/multiplex/multiplex.js#using-object-literals) and ES6 [Iteration protocols](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
23
-
* LINQ support over built-in [Array](https://github.com/multiplex/multiplex.js#--array-and-string) and [String](https://github.com/multiplex/multiplex.js#--array-and-string) classes and [jQuery](https://github.com/multiplex/multiplex.js#--array-like-objects-arguments-nodelist-jquery) objects.
22
+
* Support for [Lambda notation](#the-lambda-notation), [Object literal](#using-object-literals) and ES6 [Iteration protocols](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
23
+
* LINQ support over built-in [Array](#--array-and-string) and [String](#--array-and-string) classes and [jQuery](#--array-like-objects-arguments-nodelist-jquery) objects.
24
24
* Built-in `hash` and `equals` functions to identify objects in a hash-based collection.
0 commit comments