add List.splitAt

This commit is contained in:
Isaac Van Doren 2024-11-09 14:16:41 -06:00
parent b7c2cb084e
commit 45b50bd131
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94
54 changed files with 1479 additions and 1469 deletions

View file

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