mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
first steps for Dict.keys and Dict.values
This commit is contained in:
parent
927ba11e64
commit
16143bc06e
7 changed files with 122 additions and 1 deletions
|
@ -904,6 +904,8 @@ define_builtins! {
|
|||
|
||||
8 DICT_REMOVE: "remove"
|
||||
9 DICT_CONTAINS: "contains"
|
||||
10 DICT_KEYS: "keys"
|
||||
11 DICT_VALUES: "values"
|
||||
}
|
||||
7 SET: "Set" => {
|
||||
0 SET_SET: "Set" imported // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue