Merge pull request #592 from simov/stableSort

[FEATURE][ADD] Add stableSort function
This commit is contained in:
Angelos Chalaris
2018-02-18 19:45:56 +02:00
committed by GitHub
4 changed files with 45 additions and 0 deletions

View File

@ -233,6 +233,7 @@ sortedLastIndex:array,math
sortedLastIndexBy:array,math,function
splitLines:string
spreadOver:adapter
stableSort:array,sort,advanced
standardDeviation:math,array
stripHTMLTags:string,utility,regexp
sum:math,array