basic versions of contains and remove

This commit is contained in:
Folkert 2021-02-12 23:47:02 +01:00
parent b4ab02f23a
commit afe2f51660
13 changed files with 402 additions and 23 deletions

View file

@ -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