mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
checkout trunk
This commit is contained in:
parent
c8f7a98d74
commit
b8340b47c6
5 changed files with 31 additions and 48 deletions
|
@ -1084,7 +1084,9 @@ define_builtins! {
|
|||
7 DICT_INSERT: "insert"
|
||||
8 DICT_LEN: "len"
|
||||
|
||||
9 DICT_TEST_HASH: "#hashTestOnly" // for testing the hash function ONLY
|
||||
// This should not be exposed to users, its for testing the
|
||||
// hash function ONLY
|
||||
9 DICT_TEST_HASH: "hashTestOnly"
|
||||
|
||||
10 DICT_REMOVE: "remove"
|
||||
11 DICT_CONTAINS: "contains"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue