1Set.array(3kaya) Kaya module reference Set.array(3kaya)
2
3
4
6 Set::array - Return all elements of a Set
7
9 [a] array( Set<a> set )
10
12 set The set to coerce
13
15 Return all the elements of a Set as an array, ordered according to the
16 set's ordering predicate.
17
19 Kaya standard library by Edwin Brady, Chris Morris and others
20 (kaya@kayalang.org). For further information see http://kayalang.org/
21
23 The Kaya standard library is free software; you can redistribute it
24 and/or modify it under the terms of the GNU Lesser General Public
25 License (version 2.1 or any later version) as published by the Free
26 Software Foundation.
27
29 Set.Set (3kaya)
30 Set.add_1 (3kaya)
31 Set.delete_1 (3kaya)
32 Set.elem_1 (3kaya)
33 Set.empty_1 (3kaya)
34 Set.newSet (3kaya)
35
36
37
38Kaya December 2010 Set.array(3kaya)