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