mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
add Str.appendScalar
This commit is contained in:
parent
92539fe3b0
commit
e48a604862
3 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue