add List.splitOn

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

View file

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