mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
remove Dict.hashTestOnly
This commit is contained in:
parent
16e80cd5aa
commit
02acef68df
5 changed files with 8 additions and 244 deletions
|
@ -1080,18 +1080,14 @@ 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_REMOVE: "remove"
|
||||
10 DICT_CONTAINS: "contains"
|
||||
11 DICT_KEYS: "keys"
|
||||
12 DICT_VALUES: "values"
|
||||
|
||||
10 DICT_REMOVE: "remove"
|
||||
11 DICT_CONTAINS: "contains"
|
||||
12 DICT_KEYS: "keys"
|
||||
13 DICT_VALUES: "values"
|
||||
|
||||
14 DICT_UNION: "union"
|
||||
15 DICT_INTERSECTION: "intersection"
|
||||
16 DICT_DIFFERENCE: "difference"
|
||||
13 DICT_UNION: "union"
|
||||
14 DICT_INTERSECTION: "intersection"
|
||||
15 DICT_DIFFERENCE: "difference"
|
||||
}
|
||||
7 SET: "Set" => {
|
||||
0 SET_SET: "Set" imported // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue