add List.splitOnList

This commit is contained in:
Isaac Van Doren 2024-11-10 18:34:34 -06:00
parent 0a7e98ab65
commit ec59acea89
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94
3 changed files with 85 additions and 1 deletions

View file

@ -1512,6 +1512,7 @@ define_builtins! {
90 LIST_WALK_FX: "walk!"
91 LIST_SPLIT_AT: "splitAt"
92 LIST_SPLIT_ON: "splitOn"
93 LIST_SPLIT_ON_LIST: "splitOnList"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias