FSharp.Core collection functions for Array.Parallel more regular #14217
Labels
Area-Library
Issues for FSharp.Core not covered elsewhere
Feature Request
Theme-Simple-F#
A cross-community initiative called "Simple F#", keeping people in the sweet spot of the language.
This is covering the fslang suggestion fsharp/fslang-suggestions#187
In F# 3.0, lots of standard functions are missing from Array.Parallel including
Sorting: #14820
sort
sortBy
sortByDescending
sortWith
sortWithDescending
sortInPlaceBy
sortInPlaceWith
sortInPlace
Searching: #14827
TryFind
TryFindIndex
TryPick
Aggregations: #14924
Sum
MaxBy
MinBy
Reduce
Logical tests #14910
Exists
ForAll
Transformations
Filter #14916
GroupBy #14895
Zip #14916
The text was updated successfully, but these errors were encountered: