mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
builtin(list): add List.chunksOf
This commit is contained in:
parent
f966afc23e
commit
b7923ac542
3 changed files with 54 additions and 0 deletions
|
@ -1432,6 +1432,7 @@ define_builtins! {
|
|||
81 LIST_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
|
||||
82 LIST_UPDATE: "update"
|
||||
83 LIST_WALK_WITH_INDEX: "walkWithIndex"
|
||||
84 LIST_CHUNKS_OF: "chunksOf"
|
||||
}
|
||||
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