Merge pull request #2602 from rtfeldman/list-replace

List replace
This commit is contained in:
Brendan Hansknecht 2022-03-01 23:29:32 +00:00 committed by GitHub
commit 0ae0e689fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 304 additions and 118 deletions

View file

@ -1142,6 +1142,7 @@ define_builtins! {
55 LIST_SORT_ASC: "sortAsc"
56 LIST_SORT_DESC: "sortDesc"
57 LIST_SORT_DESC_COMPARE: "#sortDescCompare"
58 LIST_REPLACE: "replace"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias