Add Usv type to Str exports, and reformat Str interface generally

This commit is contained in:
Chadtech 2021-05-02 14:31:17 -04:00
parent cf06eb8737
commit 0e39675d68
3 changed files with 43 additions and 3 deletions

View file

@ -889,6 +889,7 @@ define_builtins! {
13 STR_UT8_PROBLEM: "Utf8Problem" // the Utf8Problem type alias
14 STR_UT8_BYTE_PROBLEM: "Utf8ByteProblem" // the Utf8ByteProblem type alias
15 STR_TO_BYTES: "toBytes"
16 STR_USV: "Usv" imported // the Str.Usv type alias
}
4 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias