Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nd1012 committed Jan 16, 2022
1 parent e7ba16f commit 2cd5efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ Feel free to load `linqext.js` or `linqext.min.js` in addition for some more hop
- `Doubles` finds items that are included more than once (and returns them grouped)
- `Replace` replaces an item with another item
- static `FromCsv` parses a CSV data source
- static `FromXml` parses a XML data source
- static `FromNode` converts a `Node` object (from the DOM or an XML document f.e.)
- static `Fibonacci` creates an (almost) endless Fibonacci sequence (will crash when it exceeds the maximum numeric value)
- static `RandomInt` created an infinity sequence of random integer values
- static `RandomArbitrary` created an infinity sequence of random numeric values
Expand Down

0 comments on commit 2cd5efa

Please sign in to comment.