Add the update function to the Dict module

This resolves #4239
This commit is contained in:
Christopher Duncan 2022-10-09 13:28:44 -04:00
parent 04bceae956
commit 96e12aa790
No known key found for this signature in database
GPG key ID: CCC42F03843A4CA8
2 changed files with 30 additions and 0 deletions

View file

@ -1410,6 +1410,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