Add listGetUnsafe to Dict.roc rather than exposing from list

This commit is contained in:
Ayaz Hafiz 2022-10-14 13:43:04 -05:00
parent 5a86f611fa
commit 12ecdab4c5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 24 additions and 16 deletions

View file

@ -1433,6 +1433,8 @@ define_builtins! {
15 DICT_WITH_CAPACITY: "withCapacity"
16 DICT_CAPACITY: "capacity"
17 DICT_UPDATE: "update"
18 DICT_LIST_GET_UNSAFE: "listGetUnsafe"
}
9 SET: "Set" => {
0 SET_SET: "Set" exposed_type=true // the Set.Set type alias