Str.splitFirst and Str.splitLast

This commit is contained in:
Folkert 2022-07-03 19:47:06 +02:00
parent be3800d7fa
commit eeb271d07f
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 135 additions and 3 deletions

View file

@ -1193,6 +1193,8 @@ define_builtins! {
35 STR_GET_UNSAFE: "getUnsafe"
36 STR_COUNT_BYTES: "countBytes"
37 STR_SUBSTRING_UNSAFE: "substringUnsafe"
38 STR_SPLIT_FIRST: "splitFirst"
39 STR_SPLIT_LAST: "splitLast"
}
5 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias