Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added good c# and linq resources. Please check it, if it is good, add it to the article.
  • Loading branch information
tutlane committed Jun 4, 2021
1 parent 3b9e4df commit b4c0b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Provides List, Dictionary, HashSet, and Lookup with comparer for complex types.
Features:
- lazy evaluation with generator functions,
- extends native javascript Array, Set, Map, and String,
- C# LINQ naming convention, which does not collide with native methods (e.g. concat and join),
- [C#](https://www.tutlane.com/tutorial/csharp) [LINQ](https://www.tutlane.com/tutorial/linq) naming convention, which does not collide with native methods (e.g. concat and join),
- includes typescript support in code editors.

## Usage
Expand Down

0 comments on commit b4c0b1a

Please sign in to comment.