add Set.contains

This commit is contained in:
Folkert 2021-02-16 00:12:57 +01:00
parent fdf020d89a
commit 5826da028c
6 changed files with 49 additions and 1 deletions

View file

@ -940,6 +940,7 @@ define_builtins! {
11 SET_FROM_LIST: "fromList"
12 SET_WALK: "walk"
13 SET_WALK_USER_FUNCTION: "#walk_user_function"
14 SET_CONTAINS: "contains"
}
num_modules: 8 // Keep this count up to date by hand! (TODO: see the mut_map! macro for how we could determine this count correctly in the macro)