mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
add Str.contains to builtins
This commit is contained in:
parent
1c37d8adb1
commit
886b855594
3 changed files with 74 additions and 0 deletions
|
|
@ -1346,6 +1346,7 @@ define_builtins! {
|
|||
56 STR_IS_VALID_SCALAR: "isValidScalar"
|
||||
57 STR_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
|
||||
58 STR_WALK_UTF8: "walkUtf8"
|
||||
59 STR_CONTAINS: "contains"
|
||||
}
|
||||
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