Merge branch 'trunk' into str_from_int

This commit is contained in:
Anton-4 2021-10-26 17:33:15 +02:00 committed by GitHub
commit d460ce64b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1170 additions and 623 deletions

View file

@ -1052,6 +1052,7 @@ define_builtins! {
32 LIST_DROP: "drop"
33 LIST_SWAP: "swap"
34 LIST_DROP_AT: "dropAt"
35 LIST_DROP_LAST: "dropLast"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias