add Str.appendScalar

This commit is contained in:
Folkert 2023-02-11 18:39:30 +01:00
parent 92539fe3b0
commit e48a604862
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 30 additions and 1 deletions

View file

@ -1319,6 +1319,7 @@ define_builtins! {
53 STR_WITH_CAPACITY: "withCapacity"
54 STR_WITH_PREFIX: "withPrefix"
55 STR_GRAPHEMES: "graphemes"
56 STR_IS_VALID_SCALAR: "isValidScalar"
}
6 LIST: "List" => {
0 LIST_LIST: "List" exposed_apply_type=true // the List.List type alias