mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
basic versions of contains and remove
This commit is contained in:
parent
b4ab02f23a
commit
afe2f51660
13 changed files with 402 additions and 23 deletions
|
@ -901,6 +901,9 @@ define_builtins! {
|
|||
// This should not be exposed to users, its for testing the
|
||||
// hash function ONLY
|
||||
7 DICT_TEST_HASH: "hashTestOnly"
|
||||
|
||||
8 DICT_REMOVE: "remove"
|
||||
9 DICT_CONTAINS: "contains"
|
||||
}
|
||||
7 SET: "Set" => {
|
||||
0 SET_SET: "Set" imported // the Set.Set type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue