We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad0a65 commit c8e81a9Copy full SHA for c8e81a9
MoreLinq/MoreLinq.csproj
@@ -29,6 +29,7 @@
29
- DistinctBy
30
- EndsWith
31
- EquiZip
32
+ - Evaluate
33
- Exactly
34
- ExceptBy
35
- Exclude
@@ -45,13 +46,14 @@
45
46
- GenerateByIndex
47
- GroupAdjacent
48
- Index
49
+ - IndexBy
50
- Insert
51
- Interleave
52
- Lag
53
- Lead
54
- LeftJoin
55
- MaxBy
- - Memoize
56
+ - Memoize (EXPERIMENTAL)
57
- MinBy
58
- Move
59
- OrderBy
@@ -76,6 +78,7 @@
76
78
- RightJoin
77
79
- RunLengthEncode
80
- Scan
81
+ - ScanBy
82
- ScanRight
83
- Segment
84
- Sequence
0 commit comments