Add Str.walkUtf8

This commit is contained in:
Richard Feldman 2023-03-29 15:52:08 -04:00
parent f7e96ecf82
commit c3c1b8d083
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 56 additions and 0 deletions

View file

@ -1328,6 +1328,7 @@ define_builtins! {
55 STR_GRAPHEMES: "graphemes"
56 STR_IS_VALID_SCALAR: "isValidScalar"
57 STR_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
58 STR_WALK_UTF8: "walkUtf8"
}
6 LIST: "List" => {
0 LIST_LIST: "List" exposed_apply_type=true // the List.List type alias