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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,10 +289,10 @@ This is what has been implemented so far, is planned or skipped:
289
289
|🚫|`mapFoldBack`|||[note #2](#note2"Because of the async nature of TaskSeq sequences, iterating from the back would be bad practice. Instead, materialize the sequence to a list or array and then apply the 'Back' iterators.")|
Copy file name to clipboardExpand all lines: assets/nuget-package-readme.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,10 +169,10 @@ This is what has been implemented so far, is planned or skipped:
169
169
|🚫|`mapFoldBack`|||[note #2](#note2"Because of the async nature of TaskSeq sequences, iterating from the back would be bad practice. Instead, materialize the sequence to a list or array and then apply the 'Back' iterators.")|
170
170
|✅[#2][]|`mapi`|`mapi`|`mapiAsync`||
171
171
||`mapi2`|`mapi2`|`mapi2Async`||
172
-
||`max`|`max`|||
173
-
||`maxBy`|`maxBy`|`maxByAsync`||
174
-
||`min`|`min`|||
175
-
||`minBy`|`minBy`|`minByAsync`||
172
+
|✅[#221][]|`max`|`max`|||
173
+
|✅[#221][]|`maxBy`|`maxBy`|`maxByAsync`||
174
+
|✅[#221][]|`min`|`min`|||
175
+
|✅[#221][]|`minBy`|`minBy`|`minByAsync`||
176
176
|✅[#2][]|`ofArray`|`ofArray`|||
177
177
|✅[#2][]||`ofAsyncArray`|||
178
178
|✅[#2][]||`ofAsyncList`|||
@@ -309,3 +309,4 @@ _The motivation for `readOnly` in `Seq` is that a cast from a mutable array or l
0 commit comments