1Set.array(3kaya) Kaya module reference Set.array(3kaya)
2
3
4
6 Set::array - Return all elements of a HashSet
7
9 [a] array( HashSet<a> set )
10
12 set The set to coerce
13
15 Return all the elements of a HashSet as an array. The elements will be
16 returned in an arbitrary order.
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.HashSet (3kaya)
30 Set.add (3kaya)
31 Set.delete (3kaya)
32 Set.elem (3kaya)
33 Set.empty (3kaya)
34 Set.newHashSet (3kaya)
35
36
37
38Kaya December 2010 Set.array(3kaya)