Merge pull request #4273 from cjduncana/dict-update

Add the `update` function to the `Dict` module
This commit is contained in:
Richard Feldman 2022-10-10 02:37:42 -07:00 committed by GitHub
commit 860d8b41f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View file

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