1Set.Set(3kaya) Kaya module reference Set.Set(3kaya)
2
3
4
6 Set::Set - Ordered collection of unique values.
7
9 Set::Set< a >
10
11
12 = Set()
13
15 An ordered collection of unique values stored as a binary tree. If
16 ordering is not crucial, then Set.HashSet (3kaya) is likely to be
17 faster. Sets may be iterated over using a for loop.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
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
29
30
31Kaya December 2010 Set.Set(3kaya)