1Set.elem(3kaya)              Kaya module reference             Set.elem(3kaya)
2
3
4

NAME

6       Set::elem - Check for an element in a Set.
7

SYNOPSIS

9       Bool elem( a val, Set<a>  set )
10

ARGUMENTS

12       val The value to check for
13
14       set The set to check
15

DESCRIPTION

17       Returns true if the value exists in the set, and false otherwise.
18

AUTHORS

20       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
21       (kaya@kayalang.org). For further information see http://kayalang.org/
22

LICENSE

24       The Kaya standard library is free software;  you  can  redistribute  it
25       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
26       License (version 2.1 or any later version) as  published  by  the  Free
27       Software Foundation.
28
30       Set.Set (3kaya)
31       Set.add_1 (3kaya)
32       Set.array_1 (3kaya)
33       Set.delete_1 (3kaya)
34       Set.empty_1 (3kaya)
35       Set.newSet (3kaya)
36
37
38
39Kaya                             December 2010                 Set.elem(3kaya)
Impressum