mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Merge pull request #4273 from cjduncana/dict-update
Add the `update` function to the `Dict` module
This commit is contained in:
commit
860d8b41f1
2 changed files with 30 additions and 0 deletions
|
@ -1411,6 +1411,7 @@ define_builtins! {
|
|||
|
||||
15 DICT_WITH_CAPACITY: "withCapacity"
|
||||
16 DICT_CAPACITY: "capacity"
|
||||
17 DICT_UPDATE: "update"
|
||||
}
|
||||
9 SET: "Set" => {
|
||||
0 SET_SET: "Set" exposed_type=true // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue