Add Array::sort with no predicate.
This commit is contained in:
@@ -15,6 +15,7 @@ Enhancements
|
||||
* Array methods now avoid cloning as much as possible (although most predicates will involve cloning anyway if passed a closure).
|
||||
* Array methods that take function pointers (e.g. closures) now optionally take the function name as a string.
|
||||
* Array adds the `dedup` method.
|
||||
* Array adds a `sort` method with no parameters which sorts homogeneous arrays of built-in comparable types (e.g. `INT`).
|
||||
* Inlining is disabled for error-path functions because errors are exceptional and scripts usually fail completely when an error is encountered.
|
||||
* The `optimize` module is completely eliminated under `no_optimize`, which should yield smaller code size.
|
||||
|
||||
|
Reference in New Issue
Block a user