Add builtin List.split

This commit is contained in:
satotake 2021-11-15 13:50:11 +00:00 committed by GitHub
parent cac718638d
commit 73dda714de
6 changed files with 154 additions and 13 deletions

View file

@ -1072,6 +1072,7 @@ define_builtins! {
47 LIST_FIND: "find"
48 LIST_FIND_RESULT: "#find_result" // symbol used in the definition of List.find
49 LIST_SUBLIST: "sublist"
50 LIST_SPLIT: "split"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias