mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Beginning to implement Dict size
This commit is contained in:
parent
64d69b9ec4
commit
41c1fa06da
4 changed files with 19 additions and 4 deletions
|
@ -882,6 +882,7 @@ define_builtins! {
|
|||
3 DICT_SINGLETON: "singleton"
|
||||
4 DICT_GET: "get"
|
||||
5 DICT_INSERT: "insert"
|
||||
6 DICT_SIZE: "size"
|
||||
}
|
||||
7 SET: "Set" => {
|
||||
0 SET_SET: "Set" imported // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue