mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add List.splitOn
This commit is contained in:
parent
45b50bd131
commit
0a7e98ab65
3 changed files with 75 additions and 0 deletions
|
@ -1511,6 +1511,7 @@ define_builtins! {
|
|||
89 LIST_CONCAT_UTF8: "concatUtf8"
|
||||
90 LIST_WALK_FX: "walk!"
|
||||
91 LIST_SPLIT_AT: "splitAt"
|
||||
92 LIST_SPLIT_ON: "splitOn"
|
||||
}
|
||||
7 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue