Add variants of Array methods taking FnPtr with function names.

This commit is contained in:
Stephen Chung
2021-10-20 11:06:38 +08:00
parent 3001e90775
commit c8e7c970d1
2 changed files with 108 additions and 0 deletions

View File

@@ -8,6 +8,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.
* Inlining is disabled for error-path functions because errors are exceptional and scripts usually fail completely when an error is encountered.
Deprecated API's