baronfel / fsharp-lang-testbed

0 stars 0 forks source link

Add stable sort for Array module #14

Open baronfel opened 7 years ago

baronfel commented 7 years ago

Idea 10701768: Add stable sort for Array module

Status : declined

Submitted by ふぇ~はぇ~ on 11/14/2015 12:00:00 AM

1 votes

Seq.sort and List.sort are based on Microsoft.FSharp.Primitives.Basics.Array.stableSortInPlace, so there are stable sort. But Array.sort is unstable. This is confusing. Please be public the function Array.stableSortInPlace, etc.