mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 19:11:00 +01:00
rename stable_sort to stablesort
This commit is contained in:
parent
8f4646cffe
commit
bdc65945f8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ The best stable sorting algorithms I know of are Python's [timsort](https://en.w
|
||||||
|
|
||||||
The proposed API would be:
|
The proposed API would be:
|
||||||
|
|
||||||
`table.stable_sort <V>: (t: {V}, lt: ((V, V) -> boolean)?, reverse: boolean?) -> ()`
|
`table.stablesort <V>: (t: {V}, lt: ((V, V) -> boolean)?, reverse: boolean?) -> ()`
|
||||||
|
|
||||||
(Or alternatively, this could replace `table.sort` but be behind a feature flag.)
|
(Or alternatively, this could replace `table.sort` but be behind a feature flag.)
|
||||||
|
|
Loading…
Add table
Reference in a new issue