Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-stable
stable array sort, as Array#sort() is not guaranteed to be stable
https://github.com/Two-Screen/stable
0
no reviews
Install
The default sort is, as with Array#sort, lexicographical. Unlike Array#sort, the default sort is not in-place. To do an in-place sort, use stable.inplace, which otherwise works the same.