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

NAME

6       Set::add - Add an element into a Set.
7

SYNOPSIS

9       Void add( var Set<a>  set, a val )
10

ARGUMENTS

12       set The set to add to
13
14       val The value to add
15

DESCRIPTION

17       Add  a  new  element to a Set. If the value is already in the set, does
18       nothing.
19

AUTHORS

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

LICENSE

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