[swift-evolution] Add stableSort() to the standard library.

Dave Abrahams dabrahams at apple.com
Fri Jan 22 12:16:44 CST 2016


on Fri Jan 22 2016, ankit goel <swift-evolution at swift.org> wrote:

> Hey,
>
> A single sort function with an enum parameter that let's you choose among
> sort(), sortInPlace() and stableSort() would be nice.

Is it mutating or non-mutating?

-- 
-Dave



More information about the swift-evolution mailing list