add Str.walkUtf8WithIndex

This commit is contained in:
Folkert 2022-07-03 20:24:08 +02:00
parent 23248e6f7d
commit 65f80b61c6
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 37 additions and 7 deletions

View file

@ -1195,6 +1195,7 @@ define_builtins! {
37 STR_SUBSTRING_UNSAFE: "substringUnsafe"
38 STR_SPLIT_FIRST: "splitFirst"
39 STR_SPLIT_LAST: "splitLast"
40 STR_WALK_UTF8_WITH_INDEX: "walkUtf8WithIndex"
}
5 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias