add Str.contains to builtins

This commit is contained in:
Isaac Van Doren 2023-10-14 14:56:51 -05:00
parent 1c37d8adb1
commit 886b855594
No known key found for this signature in database
GPG key ID: CFA524CD470E5B94
3 changed files with 74 additions and 0 deletions

View file

@ -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